From 18ae9d267a03ce6f71dad54c77b22e50d2bfb577 Mon Sep 17 00:00:00 2001 From: Filis Futsarov Date: Wed, 30 Jan 2019 23:23:09 +0100 Subject: [PATCH] Comment fix. --- apps/user_ldap/lib/UserPluginManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/user_ldap/lib/UserPluginManager.php b/apps/user_ldap/lib/UserPluginManager.php index b3fda49402..5bf36dfe08 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 */