diff options
Diffstat (limited to 'apps/user_ldap/lib/access.php')
-rw-r--r-- | apps/user_ldap/lib/access.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/lib/access.php b/apps/user_ldap/lib/access.php index 76747be70cf..22510302061 100644 --- a/apps/user_ldap/lib/access.php +++ b/apps/user_ldap/lib/access.php @@ -673,7 +673,7 @@ class Access extends LDAPUtility implements user\IUserTools { $table = $this->getMapTable($isUser); $sqlAdjustment = ''; - $dbType = \OCP\Config::getSystemValue('dbtype'); + $dbType = \OC::$server->getConfig()->getSystemValue('dbtype', null); if($dbType === 'mysql' || $dbType == 'oci') { $sqlAdjustment = 'FROM DUAL'; } |