aboutsummaryrefslogtreecommitdiff
path: root/pages/world.php
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2009-09-03 23:58:30 +0000
committerCash Costello <cash.costello@gmail.com>2009-09-03 23:58:30 +0000
commit4606134bb7d1924dc4f7c54da4ccdf1bcbefd89c (patch)
tree0d55e7abe6d859cecfe3b4c6409ea5d53d6f64ea /pages/world.php
parent2ae1490a0bd5b2350b8b0d61191c2febc96cb4b5 (diff)
downloadelgg-4606134bb7d1924dc4f7c54da4ccdf1bcbefd89c.tar.gz
elgg-4606134bb7d1924dc4f7c54da4ccdf1bcbefd89c.tar.bz2
preparing for a bug to be fixed in Elgg with the fullview parameter
Diffstat (limited to 'pages/world.php')
-rw-r--r--pages/world.php2
1 files changed, 1 insertions, 1 deletions
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;