From 2a1f0132bc7179188e836c4cfe15a077b71af4f9 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Thu, 6 Aug 2015 15:40:20 +0200 Subject: [PATCH] Wizard: Properly process automatic submissions of the general config page fixes #9855 --- modules/setup/library/Setup/WebWizard.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/setup/library/Setup/WebWizard.php b/modules/setup/library/Setup/WebWizard.php index 0a0aa090b..e3831e673 100644 --- a/modules/setup/library/Setup/WebWizard.php +++ b/modules/setup/library/Setup/WebWizard.php @@ -229,7 +229,10 @@ class WebWizard extends Wizard implements SetupWizard } elseif ($page->getName() === 'setup_general_config') { $authData = $this->getPageData('setup_authentication_type'); if ($authData['type'] === 'db') { - $page->create()->getElement('global_config_backend')->setValue('db'); + $page + ->create($this->getRequestData($page, $request)) + ->getElement('global_config_backend') + ->setValue('db'); $page->info( mt( 'setup',