summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-06-05 16:49:22 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2014-06-05 16:49:22 +0200
commit9e84a0a1af1d49b37c0539dc417440f29fc45611 (patch)
treefcc43a7cd54156e0018cec2c27cd26555d8aeac4
parentbb60e850ddd565f8fb2d4f04c68e8cdad68f29f5 (diff)
parent928945ec7e791173303287dbbac171128e912ffd (diff)
downloadnextcloud-server-9e84a0a1af1d49b37c0539dc417440f29fc45611.tar.gz
nextcloud-server-9e84a0a1af1d49b37c0539dc417440f29fc45611.zip
Merge pull request #8902 from owncloud/fix_ldap_typo_2
fix typo in var name
-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;