Skip to content
Snippets Groups Projects
Commit 57c02d16 authored by Arthur Schiwon's avatar Arthur Schiwon
Browse files

LDAP: add forgotten class, fixes oc-1803

parent 6c644a0c
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment