Merge remote-tracking branch 'origin/development' into development

This commit is contained in:
Fabio Chelly
2013-09-20 10:47:17 +02:00
5 changed files with 36 additions and 12 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);