WIP : Install wizard

This commit is contained in:
gmorel
2013-09-16 10:53:15 +02:00
parent d4d876c783
commit b6bc6994fc
2 changed files with 15 additions and 13 deletions

View File

@@ -42,9 +42,10 @@ class InstallController extends BaseInstallController
public function checkPermission()
{
var_dump('step2');
//$this->verifyStep(2);
//$permission = new CheckPermission();
$permission = new CheckPermission();
$this->getSession()->set("step", 2);
return $this->render("step-2.html");