Skip to content
Snippets Groups Projects
Commit a701b283 authored by Andreas Gohr's avatar Andreas Gohr
Browse files

fixed config loading for auth plugins

parent ed2c6a71
No related branches found
No related tags found
No related merge requests found
......@@ -434,6 +434,7 @@ class DokuWiki_Auth_Plugin extends DokuWiki_Plugin {
if(isset($conf['auth'][$plugin])) $oldconf = (array) $conf['auth'][$plugin];
$conf['plugin'][$plugin] = array_merge($default, $oldconf, $conf['plugin'][$plugin]);
$this->conf =& $conf['plugin'][$plugin];
$this->configloaded = true;
}
}
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