diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2012-09-20 13:59:08 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2012-09-20 16:59:28 +0200 |
commit | 57c02d16ca39ede15781625f83e838b0e1a9d323 (patch) | |
tree | c66126c927febd547b021fb04ce3b5c8f5854872 /apps/user_ldap/lib/jobs.php | |
parent | 6c644a0c835b5cd574603ad5e1872cf333243f58 (diff) | |
download | nextcloud-server-57c02d16ca39ede15781625f83e838b0e1a9d323.tar.gz nextcloud-server-57c02d16ca39ede15781625f83e838b0e1a9d323.zip |
LDAP: add forgotten class, fixes oc-1803
Diffstat (limited to 'apps/user_ldap/lib/jobs.php')
-rw-r--r-- | apps/user_ldap/lib/jobs.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/lib/jobs.php b/apps/user_ldap/lib/jobs.php index aff519226c8..b265a8339ef 100644 --- a/apps/user_ldap/lib/jobs.php +++ b/apps/user_ldap/lib/jobs.php @@ -43,7 +43,7 @@ class Jobs { if(empty($actualGroups) && empty($knownGroups)) { \OCP\Util::writeLog('user_ldap', 'bgJ "updateGroups" – groups do not seem to be configured properly, aborting.', \OCP\Util::INFO); - \OCP\setAppValue('user_ldap', 'bgjUpdateGroupsLastRun', time()); + \OCP\Config::setAppValue('user_ldap', 'bgjUpdateGroupsLastRun', time()); return; } |