diff options
author | cash <cash.costello@gmail.com> | 2011-10-11 22:15:48 -0400 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2011-10-11 22:15:48 -0400 |
commit | 73a9388c461624d6fe4401cc81c45cf346a393b6 (patch) | |
tree | 26407059a24a093d9711ccd3f70b757c5e24e2f0 /pages/world.php | |
parent | 2edf8597f95b69a4e8ce3bfd65a3968badca5341 (diff) | |
download | elgg-73a9388c461624d6fe4401cc81c45cf346a393b6.tar.gz elgg-73a9388c461624d6fe4401cc81c45cf346a393b6.tar.bz2 |
fixed pagination bug on all site albums
Diffstat (limited to 'pages/world.php')
-rw-r--r-- | pages/world.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pages/world.php b/pages/world.php index 25a69da52..4599f8209 100644 --- a/pages/world.php +++ b/pages/world.php @@ -22,7 +22,6 @@ $content .= elgg_list_entities(array( 'type' => 'object', 'subtype' => 'album', 'limit' => $num_albums, - 'pagination' => false, )); set_context('photos'); |