diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2019-02-01 08:46:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-01 08:46:48 +0100 |
commit | f77c3fcf89c78c69494418dff632da37de404f65 (patch) | |
tree | 13020e6d97005dda4b5b926a37275cfedc7a9e09 /apps | |
parent | dc3b44c02dc316215f10eb1e92d1b09328465470 (diff) | |
parent | 18ae9d267a03ce6f71dad54c77b22e50d2bfb577 (diff) | |
download | nextcloud-server-f77c3fcf89c78c69494418dff632da37de404f65.tar.gz nextcloud-server-f77c3fcf89c78c69494418dff632da37de404f65.zip |
Merge pull request #13932 from filisko/master
Comment fix.
Diffstat (limited to 'apps')
-rw-r--r-- | apps/user_ldap/lib/UserPluginManager.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/lib/UserPluginManager.php b/apps/user_ldap/lib/UserPluginManager.php index b3fda494022..5bf36dfe08f 100644 --- a/apps/user_ldap/lib/UserPluginManager.php +++ b/apps/user_ldap/lib/UserPluginManager.php @@ -50,7 +50,7 @@ class UserPluginManager { } /** - * Registers a group plugin that may implement some actions, overriding User_LDAP's user actions. + * Registers a user plugin that may implement some actions, overriding User_LDAP's user actions. * * @param ILDAPUserPlugin $plugin */ |