mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00: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:
parent
46413f440e
commit
83bc62fb2d
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ if( $mode == "searchuser" )
|
||||||
//
|
//
|
||||||
exit;
|
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...
|
// Let's find out a little about them...
|
||||||
|
|
Loading…
Add table
Reference in a new issue