From 4606134bb7d1924dc4f7c54da4ccdf1bcbefd89c Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Thu, 3 Sep 2009 23:58:30 +0000 Subject: preparing for a bug to be fixed in Elgg with the fullview parameter --- pages/world.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pages/world.php') diff --git a/pages/world.php b/pages/world.php index d88ab1969..514fd058c 100644 --- a/pages/world.php +++ b/pages/world.php @@ -15,7 +15,7 @@ set_context('search'); set_input('search_viewtype', 'gallery'); - $albums_html .= list_entities('object','album', 0, $num_albums); + $albums_html .= list_entities('object','album', 0, $num_albums, false); $area2 .= $albums_html; -- cgit v1.2.3