diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2018-03-19 15:23:30 +0100 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2018-04-05 12:46:15 +0200 |
commit | 373a1d53918db011ca36351ad8e5240567ad999c (patch) | |
tree | 99277022939c8af14f31c9d35034fe2a9565fd5f /apps/user_ldap/lib/User_LDAP.php | |
parent | 2ebf26e4447c6c5eef41be35ee4487c78ffe8231 (diff) | |
download | nextcloud-server-373a1d53918db011ca36351ad8e5240567ad999c.tar.gz nextcloud-server-373a1d53918db011ca36351ad8e5240567ad999c.zip |
more consistent naming
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'apps/user_ldap/lib/User_LDAP.php')
-rw-r--r-- | apps/user_ldap/lib/User_LDAP.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/lib/User_LDAP.php b/apps/user_ldap/lib/User_LDAP.php index 3868645caec..e56e4675e39 100644 --- a/apps/user_ldap/lib/User_LDAP.php +++ b/apps/user_ldap/lib/User_LDAP.php @@ -396,7 +396,7 @@ class User_LDAP extends BackendUtility implements \OCP\IUserBackend, \OCP\UserIn \OC::$server->getLogger()->info('Cleaning up after user ' . $uid, array('app' => 'user_ldap')); - $this->access->getUserMapper()->unmap($uid); // we don't emit revoke signals here, since it is implicit to delete signals fired from core + $this->access->getUserMapper()->unmap($uid); // we don't emit unassign signals here, since it is implicit to delete signals fired from core $this->access->userManager->invalidate($uid); return true; } |