Installation: Remove required cue from the token input

refs #7934
This commit is contained in:
Johannes Meyer 2015-03-02 18:26:46 +01:00
parent 4d2bd75a38
commit d714c4323c

View File

@ -17,6 +17,7 @@ class WelcomePage extends Form
*/ */
public function init() public function init()
{ {
$this->setRequiredCue(null);
$this->setName('setup_welcome'); $this->setName('setup_welcome');
$this->setViewScript('form/setup-welcome.phtml'); $this->setViewScript('form/setup-welcome.phtml');
} }