aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/search.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/search.php b/phpBB/search.php
index 40ba6b88bb..8d23987962 100644
--- a/phpBB/search.php
+++ b/phpBB/search.php
@@ -133,7 +133,7 @@ if( $mode == 'searchuser' )
// handled by the script itself, this is only for the
// windowed version
//
- if( isset($HTTP_POST_VARS['search']) )
+ if( isset($HTTP_POST_VARS['search_author']) )
{
username_search($HTTP_POST_VARS['search_author'], false);
}