Fix welcome page name not conforming the "standard"

refs #7163
This commit is contained in:
Johannes Meyer 2014-10-01 10:33:06 +02:00
parent 4ef0a5a74a
commit 3a11182bf0
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ class WelcomePage extends Form
*/
public function init()
{
$this->setName('form_setup_welcome');
$this->setName('setup_welcome');
}
/**