mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
commit
c41f11a821
1 changed files with 1 additions and 1 deletions
|
|
@ -190,7 +190,7 @@ class OC_User {
|
|||
// use Reflection to create a new instance, using the $args
|
||||
$backend = $reflectionObj->newInstanceArgs($arguments);
|
||||
self::useBackend($backend);
|
||||
$_setupedBackends[] = $i;
|
||||
self::$_setupedBackends[] = $i;
|
||||
} else {
|
||||
OC_Log::write('core', 'User backend ' . $class . ' already initialized.', OC_Log::DEBUG);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue