diff options
Diffstat (limited to 'apps/user_ldap/appinfo/install.php')
-rw-r--r-- | apps/user_ldap/appinfo/install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/appinfo/install.php b/apps/user_ldap/appinfo/install.php index c16a1f4a039..43ec69a950b 100644 --- a/apps/user_ldap/appinfo/install.php +++ b/apps/user_ldap/appinfo/install.php @@ -26,5 +26,5 @@ if($state === 'doSet') { OCP\Config::setSystemValue('ldapIgnoreNamingRules', false); } -$helper = new \OCA\User_LDAP\Helper(); +$helper = new \OCA\User_LDAP\Helper(\OC::$server->getConfig()); $helper->setLDAPProvider(); |