From 73a9388c461624d6fe4401cc81c45cf346a393b6 Mon Sep 17 00:00:00 2001 From: cash Date: Tue, 11 Oct 2011 22:15:48 -0400 Subject: fixed pagination bug on all site albums --- pages/world.php | 1 - 1 file changed, 1 deletion(-) (limited to 'pages') 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'); -- cgit v1.2.3