// Better cache depth management for smarty

This commit is contained in:
Damien Metzger
2013-09-20 10:26:58 +02:00
parent eb6600e840
commit f8ca06d927
3 changed files with 33 additions and 11 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ class BlockCurrencies extends Module
if (Configuration::get('PS_CATALOG_MODE'))
return false;
if (!count(Currency::getCurrencies()))
if (!Currency::isMultiCurrencyActivated())
return false;
$this->smarty->assign('blockcurrencies_sign', $this->context->currency->sign);