// switch to degraded mode with safe_mode only if errors on a first install
This commit is contained in:
@@ -109,6 +109,8 @@ class InstallControllerHttpProcess extends InstallControllerHttp
|
||||
{
|
||||
$this->session->process_validated = array();
|
||||
$this->session->database_clear = true;
|
||||
if (Tools::getSafeModeStatus())
|
||||
$this->session->safe_mode = true;
|
||||
}
|
||||
elseif (!Tools::getValue('submitNext'))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user