mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/15276] Fix code and add phpdoc
PHPBB3-15276
This commit is contained in:
@@ -30,7 +30,7 @@ if (!isset($config['avatar_salt']))
|
||||
die('database not up to date');
|
||||
}
|
||||
|
||||
if (!isset($config['storage\\avatar\\config\\path']) || $config['storage\\avatar\\config\\path'] != 'phpbb\\storage\\provider\\local')
|
||||
if (!isset($config['storage\\avatar\\config\\path']) || $config['storage\\avatar\\config\\path'] !== 'phpbb\\storage\\provider\\local')
|
||||
{
|
||||
die('use local provider');
|
||||
}
|
||||
|
Reference in New Issue
Block a user