[-] CORE : $smarty->compile_check is not set to false, thanks @prestamodule

This commit is contained in:
gRoussac
2013-10-09 12:14:49 +02:00
parent 008c6ce759
commit 338efcad7f
+1 -1
View File
@@ -37,7 +37,7 @@ if (!Tools::getSafeModeStatus())
$smarty->setConfigDir(_PS_SMARTY_DIR_.'configs');
$smarty->caching = false;
$smarty->force_compile = (Configuration::get('PS_SMARTY_FORCE_COMPILE') == _PS_SMARTY_FORCE_COMPILE_) ? true : false;
$smarty->compile_check = (Configuration::get('PS_SMARTY_FORCE_COMPILE') <= _PS_SMARTY_CHECK_COMPILE_) ? true : false;
$smarty->compile_check = (Configuration::get('PS_SMARTY_FORCE_COMPILE') >= _PS_SMARTY_CHECK_COMPILE_) ? true : false;
// Production mode
$smarty->debugging = false;