gRoussac
2013-11-12 19:17:54 +01:00
parent c8dfe1c174
commit 9328a3c473
+1 -1
View File
@@ -180,7 +180,7 @@ class WishList extends ObjectModel
else
$shop_restriction = '';
$cache_id = __CLASS__.__FUNCTION__.(int)$id_customer.'-'.(int)Shop::getContextShopID().'-'.(int)Shop::getContextShopGroupID();
$cache_id = 'WhishList::getByIdCustomer_'.(int)$id_customer.'-'.(int)Shop::getContextShopID().'-'.(int)Shop::getContextShopGroupID();
if (!Cache::isStored($cache_id))
{
$result = Db::getInstance()->executeS('