mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-06 07:35:29 +02:00
*** empty log message ***
git-svn-id: file:///svn/phpbb/trunk@5655 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
de9418db2f
commit
f44be10957
@ -370,7 +370,7 @@ class acp_board
|
||||
$method = 'init_' . $method;
|
||||
if (function_exists($method))
|
||||
{
|
||||
if (($error = $method()) == true)
|
||||
if ($error = $method())
|
||||
{
|
||||
foreach ($old_auth_config as $config_name => $config_value)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user