1
0
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:
Nils Adermann 2006-03-18 16:45:29 +00:00
parent de9418db2f
commit f44be10957

View File

@ -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)
{