mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 03:04:09 +02:00
Fixed Bug #47145 - [Fix] Correctly check banned users when force password change
Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9665 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -91,7 +91,7 @@ if ($id)
|
||||
$recompile = $config['load_tplcompile'];
|
||||
if (!$user)
|
||||
{
|
||||
$id = $config['default_style'];
|
||||
$id = ($id) ? $id : $config['default_style'];
|
||||
$recompile = false;
|
||||
$user = array('user_id' => ANONYMOUS);
|
||||
}
|
||||
@@ -289,4 +289,4 @@ if ($id)
|
||||
|
||||
exit;
|
||||
|
||||
?>
|
||||
?>
|
||||
|
Reference in New Issue
Block a user