diff options
Diffstat (limited to 'apps/user_ldap/lib/jobs/cleanup.php')
-rw-r--r-- | apps/user_ldap/lib/jobs/cleanup.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/user_ldap/lib/jobs/cleanup.php b/apps/user_ldap/lib/jobs/cleanup.php index 83cfeb048c8..b044f997aa9 100644 --- a/apps/user_ldap/lib/jobs/cleanup.php +++ b/apps/user_ldap/lib/jobs/cleanup.php @@ -73,7 +73,8 @@ class CleanUp extends \OC\BackgroundJob\TimedJob { } else { $this->userBackend = new User_Proxy( $this->ldapHelper->getServerConfigurationPrefixes(true), - new LDAP() + new LDAP(), + $this->ocConfig ); } |