From 9cca28b590a5884033c60af5a47aa3dcc383f7f0 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Fri, 20 Jan 2012 21:20:32 -0500 Subject: Refs #4293 removed unnecessary get_input('offset') calls since elgg_list_entities() calls that --- views/default/core/settings/tools.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'views/default/core') diff --git a/views/default/core/settings/tools.php b/views/default/core/settings/tools.php index a249adf82..195db1d61 100644 --- a/views/default/core/settings/tools.php +++ b/views/default/core/settings/tools.php @@ -14,9 +14,6 @@ echo elgg_view('output/longtext', array( 'class' => 'user-settings mtn mbm', )); -$limit = get_input('limit', 10); -$offset = get_input('offset', 0); - // Get the installed plugins $installed_plugins = $vars['installed_plugins']; $count = count($installed_plugins); -- cgit v1.2.3