diff options
author | Filis Futsarov <filisko@users.noreply.github.com> | 2019-01-30 23:23:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-30 23:23:09 +0100 |
commit | 18ae9d267a03ce6f71dad54c77b22e50d2bfb577 (patch) | |
tree | c718bb8670a5a41b803317dbc5e70bd19c0da62b /apps/user_ldap/lib | |
parent | 85d6d7b87c82bfed9f1a494d55074daff0e2e3ee (diff) | |
download | nextcloud-server-18ae9d267a03ce6f71dad54c77b22e50d2bfb577.tar.gz nextcloud-server-18ae9d267a03ce6f71dad54c77b22e50d2bfb577.zip |
Comment fix.
Diffstat (limited to 'apps/user_ldap/lib')
-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 */ |