diff options
Diffstat (limited to 'lib/user.php')
-rw-r--r-- | lib/user.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/user.php b/lib/user.php index 305fb8ed3a2..236478e9e5c 100644 --- a/lib/user.php +++ b/lib/user.php @@ -39,7 +39,7 @@ class OC_User { // The backend used for user management private static $_usedBackends = array(); - + private static $_setupedBackends = array(); // Backends available (except database) |