LDAP: fix debug message with undefined variable

remotes/origin/stable45
Arthur Schiwon 13 years ago
parent 741a21292e
commit 224e55e590
  1. 2
      apps/user_ldap/lib/jobs.php

@ -113,7 +113,7 @@ class Jobs {
WHERE `owncloudname` = ?
');
foreach($removedGroups as $removedGroup) {
\OCP\Util::writeLog('user_ldap', 'bgJ "updateGroups" – group "'.$createdGroup.'" was removed.', \OCP\Util::INFO);
\OCP\Util::writeLog('user_ldap', 'bgJ "updateGroups" – group "'.$removedGroup.'" was removed.', \OCP\Util::INFO);
$query->execute(array($removedGroup));
}
\OCP\Util::writeLog('user_ldap', 'bgJ "updateGroups" – FINISHED dealing with removed groups.', \OCP\Util::DEBUG);

Loading…
Cancel
Save