[-] Installer : Notice some constants are already defined
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15769 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -76,7 +76,7 @@ class InstallControllerHttpProcess extends InstallControllerHttp
|
||||
public function process()
|
||||
{
|
||||
if (file_exists(_PS_ROOT_DIR_.'/'.self::SETTINGS_FILE))
|
||||
require_once _PS_ROOT_DIR_.'/'.self::SETTINGS_FILE;
|
||||
@require_once _PS_ROOT_DIR_.'/'.self::SETTINGS_FILE;
|
||||
|
||||
if (!$this->session->process_validated)
|
||||
$this->session->process_validated = array();
|
||||
@@ -357,3 +357,4 @@ class InstallControllerHttpProcess extends InstallControllerHttp
|
||||
$this->displayTemplate('process');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user