Wizard: Fix that the sidebar and default header is shown
This commit is contained in:
parent
4848e36f1a
commit
a0fce449a9
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue