// Installer redirect to configure page instead on home page when PS is already installed

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13248 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2012-02-13 10:37:45 +00:00
parent 43d56e2faf
commit 3cde7ea9cd
+2 -2
View File
@@ -106,8 +106,8 @@ class InstallControllerHttpProcess extends InstallControllerHttp
$this->session->process_validated = array();
else if (!Tools::getValue('submitNext'))
{
unset($this->session->step);
unset($this->session->last_step);
$this->session->step = 'configure';
$this->session->last_step = 'configure';
Tools::redirect('index.php');
}
}