// Fixed #PSCFV-3697

This commit is contained in:
dMetzger
2012-08-21 11:42:47 +00:00
parent bc2a7db8e0
commit ed7bf22493

View File

@@ -321,8 +321,7 @@ class AdminControllerCore extends Controller
$this->initShopContext();
$currency = Shop::getEntityIds('currency', $this->context->shop->id, true, true);
$this->context->currency = new Currency($currency[0]['id_currency']);
$this->context->currency = new Currency(Configuration::get('PS_CURRENCY_DEFAULT'));
}
/**