summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/jobs.php
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@owncloud.com>2012-09-20 13:59:08 +0200
committerArthur Schiwon <blizzz@owncloud.com>2012-09-20 16:59:28 +0200
commit57c02d16ca39ede15781625f83e838b0e1a9d323 (patch)
treec66126c927febd547b021fb04ce3b5c8f5854872 /apps/user_ldap/lib/jobs.php
parent6c644a0c835b5cd574603ad5e1872cf333243f58 (diff)
downloadnextcloud-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.php2
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;
}