mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
Oops..broke the click on user goto modify page on admin index functionality with my last commit, fixed it
git-svn-id: file:///svn/phpbb/trunk@1219 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -141,7 +141,7 @@ if( $mode == "searchuser" )
|
||||
//
|
||||
exit;
|
||||
}
|
||||
else if ( $mode == "edit" && (isset($HTTP_POST_VARS['username']) && $mode != "save" ))
|
||||
else if ( ($mode == "edit" && (isset($HTTP_POST_VARS['username']) && $mode != "save" ) || ( isset($HTTP_POST_VARS[POST_USERS_URL]) || isset($HTTP_GET_VARS[POST_USERS_URL]) ) ) )
|
||||
{
|
||||
//
|
||||
// Let's find out a little about them...
|
||||
|
Reference in New Issue
Block a user