1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-22 08:30:26 +01:00

Merge branch '3.3.x'

This commit is contained in:
Marc Alexander 2021-01-04 21:44:03 +01:00
commit e3ac6e5c13
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

View File

@ -665,7 +665,7 @@ class acp_board
if ($submit && (($cfg_array['auth_method'] != $this->new_config['auth_method']) || $updated_auth_settings))
{
$method = basename($cfg_array['auth_method']);
if (array_key_exists('auth.provider.' . $method, $auth_providers))
if (array_key_exists('auth.provider.' . $method, (array) $auth_providers))
{
$provider = $auth_providers['auth.provider.' . $method];
if ($error = $provider->init())