// Little fix
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10827 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -201,7 +201,7 @@ class CurrencyCore extends ObjectModel
|
||||
public static function getCurrencies($object = false, $active = 1, Shop $shop = null)
|
||||
{
|
||||
if (!$shop)
|
||||
$shop = new Shop(Context::getContext()->shop->getID(true));
|
||||
$shop = Context::getContext()->shop;
|
||||
|
||||
$sql = 'SELECT *
|
||||
FROM `'._DB_PREFIX_.'currency` c
|
||||
|
||||
Reference in New Issue
Block a user