diff --git a/config/smarty.config.inc.php b/config/smarty.config.inc.php index 392b42a58..b4b7b66aa 100644 --- a/config/smarty.config.inc.php +++ b/config/smarty.config.inc.php @@ -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;