// Fixed #PSCFV-3697

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16931 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
dMetzger
2012-08-21 11:42:47 +00:00
parent 1e84944e64
commit 68ebd15045
+1 -2
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'));
}
/**