diff options
author | Roeland Jago Douma <rullzer@owncloud.com> | 2016-05-04 08:34:39 +0200 |
---|---|---|
committer | Roeland Jago Douma <rullzer@owncloud.com> | 2016-05-10 19:53:36 +0200 |
commit | 9e1d9871a8f45faa1d7dbbb42046bd0919a88a5d (patch) | |
tree | a8c5792cd7a371dc3b79d81f550b37d6299b4fb8 /lib/base.php | |
parent | 9504500e5fe80094c6b98393c05b9360590e0b48 (diff) | |
download | nextcloud-server-9e1d9871a8f45faa1d7dbbb42046bd0919a88a5d.tar.gz nextcloud-server-9e1d9871a8f45faa1d7dbbb42046bd0919a88a5d.zip |
Move OC_User_Database to \OC\User\Database
Diffstat (limited to 'lib/base.php')
-rw-r--r-- | lib/base.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/base.php b/lib/base.php index badbe3cd1f8..0ea8a117e98 100644 --- a/lib/base.php +++ b/lib/base.php @@ -619,7 +619,7 @@ class OC { self::$server->getSession()->set('user_id', ''); } - OC_User::useBackend(new OC_User_Database()); + OC_User::useBackend(new \OC\User\Database()); OC_Group::useBackend(new OC_Group_Database()); // Subscribe to the hook |