mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/13454] Add excessively removed code back
PHPBB3-13454
This commit is contained in:
@@ -549,7 +549,11 @@ class acp_profile
|
||||
}
|
||||
}
|
||||
|
||||
if (!sizeof($error))
|
||||
if (sizeof($error))
|
||||
{
|
||||
$submit = false;
|
||||
}
|
||||
else
|
||||
{
|
||||
$step = (isset($_REQUEST['next'])) ? $step + 1 : ((isset($_REQUEST['prev'])) ? $step - 1 : $step);
|
||||
}
|
||||
|
Reference in New Issue
Block a user