From 928945ec7e791173303287dbbac171128e912ffd Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Thu, 5 Jun 2014 16:16:08 +0200 Subject: [PATCH] fix typo in var name --- apps/user_ldap/lib/access.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/user_ldap/lib/access.php b/apps/user_ldap/lib/access.php index d488d2da12..dc7e4f1239 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;