From 3a11182bf071540a740368bb19f2cefe8dfe8904 Mon Sep 17 00:00:00 2001 From: Johannes Meyer <johannes.meyer@netways.de> Date: Wed, 1 Oct 2014 10:33:06 +0200 Subject: [PATCH] Fix welcome page name not conforming the "standard" refs #7163 --- application/forms/Setup/WelcomePage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/forms/Setup/WelcomePage.php b/application/forms/Setup/WelcomePage.php index 40c2fc564..83007ba26 100644 --- a/application/forms/Setup/WelcomePage.php +++ b/application/forms/Setup/WelcomePage.php @@ -19,7 +19,7 @@ class WelcomePage extends Form */ public function init() { - $this->setName('form_setup_welcome'); + $this->setName('setup_welcome'); } /**