From 0cc014239e2f8ee15054e25c68787494459db2bc Mon Sep 17 00:00:00 2001 From: cash Date: Thu, 30 May 2013 21:22:32 -0400 Subject: not forcing the limit to be a certain value in content plugins --- mod/bookmarks/pages/bookmarks/all.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mod/bookmarks/pages/bookmarks/all.php') diff --git a/mod/bookmarks/pages/bookmarks/all.php b/mod/bookmarks/pages/bookmarks/all.php index bdb8fc793..5c6011ad9 100644 --- a/mod/bookmarks/pages/bookmarks/all.php +++ b/mod/bookmarks/pages/bookmarks/all.php @@ -13,9 +13,8 @@ elgg_register_title_button(); $content = elgg_list_entities(array( 'type' => 'object', 'subtype' => 'bookmarks', - 'limit' => 10, 'full_view' => false, - 'view_toggle_type' => false + 'view_toggle_type' => false, )); if (!$content) { -- cgit v1.2.3