From 57bdd2686eef611afbe0b8db863e8fbf95b41cfe Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Wed, 29 Jul 2015 14:18:43 +0200 Subject: [PATCH] AuthBackendPage: Fix that the chosen LDAP type is not re-populated --- modules/setup/application/forms/AuthBackendPage.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/setup/application/forms/AuthBackendPage.php b/modules/setup/application/forms/AuthBackendPage.php index ceeb08ed7..c9116fbb5 100644 --- a/modules/setup/application/forms/AuthBackendPage.php +++ b/modules/setup/application/forms/AuthBackendPage.php @@ -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'