Skip to content
Snippets Groups Projects
Commit e515509a authored by Thomas Müller's avatar Thomas Müller
Browse files

prelogin apps have to be loaded within setupBackend() otherwise required classes cannot be loaded

parent 6b1d70f1
No related branches found
No related tags found
No related merge requests found
......@@ -177,6 +177,7 @@ class OC_User {
* setup the configured backends in config.php
*/
public static function setupBackends() {
OC_App::loadApps(array('prelogin'));
$backends = OC_Config::getValue('user_backends', array());
foreach ($backends as $i => $config) {
$class = $config['class'];
......
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