aboutsummaryrefslogtreecommitdiff
path: root/admin/user/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/user/index.php')
-rw-r--r--admin/user/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/user/index.php b/admin/user/index.php
index 027b71b4c..e402ec1d2 100644
--- a/admin/user/index.php
+++ b/admin/user/index.php
@@ -18,7 +18,7 @@
admin_gatekeeper();
// Are we performing a search
- $search = get_input('search');
+ $search = get_input('s');
$limit = get_input('limit', 10);
$offset = get_input('offset', 0);