[-] 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:
fBrignoli
2012-05-30 15:30:26 +00:00
parent 852567f5ee
commit aac8038dae
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -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');
}
}