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
1 changed files with 1 additions and 0 deletions

View File

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