AuthBackendPage: Fix that the chosen LDAP type is not re-populated
This commit is contained in:
parent
155bcc5db7
commit
57bdd2686e
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue