mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 05:18:52 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue