Skip to content

Commit

Permalink
Change route icingaweb/setup/setup to icingaweb/setup
Browse files Browse the repository at this point in the history
refs #7163
  • Loading branch information
Johannes Meyer committed Nov 10, 2014
1 parent cb748fa commit a8e28bf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Expand Up @@ -2,10 +2,10 @@
// {{{ICINGA_LICENSE_HEADER}}}
// {{{ICINGA_LICENSE_HEADER}}}

use Icinga\Web\Controller\ActionController;
use Icinga\Web\Controller\ModuleActionController;
use Icinga\Module\Setup\WebWizard;

class SetupController extends ActionController
class Setup_IndexController extends ModuleActionController
{
/**
* Whether the controller requires the user to be authenticated
Expand Down
Expand Up @@ -137,9 +137,9 @@ if ($notifications->hasMessages()) {
</div>
<div class="setup-content">
<?php if ($finished): ?>
<?= $this->render('setup/parts/finish.phtml'); ?>
<?= $this->render('index/parts/finish.phtml'); ?>
<?php else: ?>
<?= $this->render('setup/parts/wizard.phtml'); ?>
<?= $this->render('index/parts/wizard.phtml'); ?>
<?php endif ?>
</div>
</div>

0 comments on commit a8e28bf

Please sign in to comment.