From d714c4323c41ea8d799b8d15642e9e58d04750d1 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Mon, 2 Mar 2015 18:26:46 +0100 Subject: [PATCH] Installation: Remove required cue from the token input refs #7934 --- modules/setup/application/forms/WelcomePage.php | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/setup/application/forms/WelcomePage.php b/modules/setup/application/forms/WelcomePage.php index 7f2e00ef2..bc4c40b9f 100644 --- a/modules/setup/application/forms/WelcomePage.php +++ b/modules/setup/application/forms/WelcomePage.php @@ -17,6 +17,7 @@ class WelcomePage extends Form */ public function init() { + $this->setRequiredCue(null); $this->setName('setup_welcome'); $this->setViewScript('form/setup-welcome.phtml'); }