diff options
Diffstat (limited to 'admin')
-rw-r--r-- | admin/user/index.php | 2 |
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); |