LdapUserGroupBackendForm: Fix doc of method createHiddenUserConfigElements

refs #10401
This commit is contained in:
Johannes Meyer 2016-11-11 09:50:37 +01:00
parent 9c13eedd00
commit c72cf257ca
1 changed files with 2 additions and 2 deletions

View File

@ -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()
{