From a0fce449a98441dc2acee2cfbd7193194f46cf04 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Tue, 18 Aug 2015 14:56:25 +0200 Subject: [PATCH] Wizard: Fix that the sidebar and default header is shown --- modules/setup/application/controllers/IndexController.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/setup/application/controllers/IndexController.php b/modules/setup/application/controllers/IndexController.php index eec43a737..4685d9841 100644 --- a/modules/setup/application/controllers/IndexController.php +++ b/modules/setup/application/controllers/IndexController.php @@ -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 */