mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Fix enter does not submit problems for username searching, all bow down before Matthijs ... no, not in that way you perverts
git-svn-id: file:///svn/phpbb/trunk@2378 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
de46963c74
commit
8e7ca2ed10
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue