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/file/pages/file/world.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'mod/file/pages/file/world.php') diff --git a/mod/file/pages/file/world.php b/mod/file/pages/file/world.php index 8e6c87f26..96c8de785 100644 --- a/mod/file/pages/file/world.php +++ b/mod/file/pages/file/world.php @@ -9,14 +9,11 @@ elgg_push_breadcrumb(elgg_echo('file')); elgg_register_title_button(); -$limit = get_input("limit", 10); - $title = elgg_echo('file:all'); $content = elgg_list_entities(array( 'type' => 'object', 'subtype' => 'file', - 'limit' => $limit, 'full_view' => FALSE )); if (!$content) { -- cgit v1.2.3