From c72cf257ca85d0cbe33d3b93cbafd333592507e1 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Fri, 11 Nov 2016 09:50:37 +0100 Subject: [PATCH] LdapUserGroupBackendForm: Fix doc of method createHiddenUserConfigElements refs #10401 --- .../forms/Config/UserGroup/LdapUserGroupBackendForm.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/forms/Config/UserGroup/LdapUserGroupBackendForm.php b/application/forms/Config/UserGroup/LdapUserGroupBackendForm.php index 357dbaca9..35b32580f 100644 --- a/application/forms/Config/UserGroup/LdapUserGroupBackendForm.php +++ b/application/forms/Config/UserGroup/LdapUserGroupBackendForm.php @@ -281,9 +281,9 @@ class LdapUserGroupBackendForm extends Form } /** - * Create and add all elements to this form required for the user configuration as hidden + * Create and add all elements for the user configuration as hidden inputs * - * This is required to purge already present options when changing the type form LDAP to MS AD. + * This is required to purge already present options when unlinking a group backend with a user backend. */ protected function createHiddenUserConfigElements() {