fix typo in var name

This commit is contained in:
Arthur Schiwon 2014-06-05 16:16:08 +02:00
parent bb60e850dd
commit 928945ec7e
1 changed files with 1 additions and 1 deletions

View File

@ -638,7 +638,7 @@ class Access extends LDAPUtility implements user\IUserTools {
if($isUser) {
//make sure that email address is retrieved prior to login, so user
//will be notified when something is shared with him
$this->userManager->get($ocname)->update();
$this->userManager->get($ocName)->update();
}
return true;