[-] CORE : $smarty->compile_check is not set to false, thanks @prestamodule
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user