LDAP: add forgotten class, fixes oc-1803

This commit is contained in:
Arthur Schiwon 2012-09-20 13:59:08 +02:00
parent 6c644a0c83
commit 57c02d16ca
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}