summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/user_ldap/lib/access.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/lib/access.php b/apps/user_ldap/lib/access.php
index d488d2da129..dc7e4f1239b 100644
--- a/apps/user_ldap/lib/access.php
+++ b/apps/user_ldap/lib/access.php
@@ -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;