summaryrefslogtreecommitdiff
path: root/find_user.php
diff options
context:
space:
mode:
Diffstat (limited to 'find_user.php')
-rwxr-xr-xfind_user.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/find_user.php b/find_user.php
index 19ab42c..c1b3c8c 100755
--- a/find_user.php
+++ b/find_user.php
@@ -19,7 +19,7 @@ if( !defined( 'THEMES_STYLE_URL' ) ) {
if (!empty($_REQUEST['submitUserSearch'])) {
$searchParams = [ 'find' => $_REQUEST['find'] ];
- $gBitUser->getList($searchParams);
+ $gBitUser->getList($searchParams);
$foundUsers = $searchParams['data'];
} else {
$foundUsers = null;