Skip to content
Snippets Groups Projects
Commit 396b87be authored by Jan Schumann's avatar Jan Schumann
Browse files

Bugfix: auth types are now correcty added

parent 9c29eea5
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ if (!class_exists('setting_authtype')) {
// retrive auth types provided by plugins
foreach ($plugin_controller->getList('auth') as $plugin) {
$authtypes = $plugin;
$authtypes[] = $plugin;
}
$authtypes = array_unique($authtypes);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment