diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-18 15:16:59 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-18 15:16:59 +0000 |
commit | a783b882e7f9422d75ab3ff9192558a01943d252 (patch) | |
tree | 7b8a2ee5d3e6e1440a438f1cbe8f0c8ba8d2e584 /admin | |
parent | 5f956688562eac1ae1131e964cc83e17092b89e7 (diff) | |
download | elgg-a783b882e7f9422d75ab3ff9192558a01943d252.tar.gz elgg-a783b882e7f9422d75ab3ff9192558a01943d252.tar.bz2 |
Minor tweak to make compatible with search form
git-svn-id: https://code.elgg.org/elgg/trunk@971 36083f99-b078-4883-b0ff-0f9b5a30f544
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); |