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

remotes/origin/stable6
Thomas Müller 12 years ago
parent 6b1d70f148
commit e515509a81
  1. 1
      lib/user.php

@ -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'];

Loading…
Cancel
Save