fix typo in var name
This commit is contained in:
parent
bb60e850dd
commit
928945ec7e
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue