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
1 changed files with 2 additions and 1 deletions

View File

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