AuthBackendPage: Fix that the chosen LDAP type is not re-populated

This commit is contained in:
Johannes Meyer 2015-07-29 14:18:43 +02:00
parent 155bcc5db7
commit 57bdd2686e

View File

@ -93,7 +93,8 @@ class AuthBackendPage extends Form
'multiOptions' => array( 'multiOptions' => array(
'ldap' => 'LDAP', 'ldap' => 'LDAP',
'msldap' => 'ActiveDirectory' 'msldap' => 'ActiveDirectory'
) ),
'value' => isset($formData['backend']) ? $formData['backend'] : null
) )
); );
} else { // $this->config['type'] === 'external' } else { // $this->config['type'] === 'external'