// Little fix

This commit is contained in:
mDeflotte
2011-12-01 12:58:35 +00:00
parent 1e4dd6d81a
commit c4bae9bda9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -39,7 +39,7 @@ $plugins = array(
'jquery.jqzoom.js' =>
array('new_file' => $plugins_folder.'jquery.jqzoom.js', 'name' => 'jqzoom'),
'jquery.serialScroll-1.2.2-min.js' =>
array('new_file' => $plugins_folder.'jquery.serialScroll.js', 'name' => 'erialScroll'),
array('new_file' => $plugins_folder.'jquery.serialScroll.js', 'name' => 'serialScroll'),
'ifxtransfer.js' =>
array('new_file' => $plugins_folder.'jquery.ifxtransfer.js', 'name' => 'ifxtransfer'),
'jquery.autocomplete.js' =>