Wizard: Fix that the sidebar and default header is shown

This commit is contained in:
Johannes Meyer 2015-08-18 14:56:25 +02:00
parent 4848e36f1a
commit a0fce449a9
1 changed files with 5 additions and 0 deletions

View File

@ -15,6 +15,11 @@ class Setup_IndexController extends Controller
*/
protected $requiresAuthentication = false;
/**
* {@inheritdoc}
*/
protected $innerLayout = 'inline';
/**
* Show the web wizard and run the configuration once finished
*/