From 16e90488c4097773b21e8af148161c932f06d811 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien?= Date: Wed, 3 Jul 2013 11:58:47 +0200 Subject: [PATCH] [-] MO : Bug fix - PS Cleaner, check if module favoriteproducts is installed. Fix Bug when favoriteproducts is not install. --- modules/pscleaner/pscleaner.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/pscleaner/pscleaner.php b/modules/pscleaner/pscleaner.php index c2f630c74..ceca17d02 100644 --- a/modules/pscleaner/pscleaner.php +++ b/modules/pscleaner/pscleaner.php @@ -175,9 +175,9 @@ class PSCleaner extends Module array('delivery', 'id_carrier', 'carrier', 'id_carrier'), array('delivery', 'id_zone', 'zone', 'id_zone'), array('editorial', 'id_shop', 'shop', 'id_shop', 'editorial'), - array('favorite_product', 'id_product', 'product', 'id_product'), - array('favorite_product', 'id_customer', 'customer', 'id_customer'), - array('favorite_product', 'id_shop', 'shop', 'id_shop'), + array('favorite_product', 'id_product', 'product', 'id_product','favoriteproducts'), + array('favorite_product', 'id_customer', 'customer', 'id_customer','favoriteproducts'), + array('favorite_product', 'id_shop', 'shop', 'id_shop','favoriteproducts'), array('feature_product', 'id_feature', 'feature', 'id_feature'), array('feature_product', 'id_product', 'product', 'id_product'), array('feature_value', 'id_feature', 'feature', 'id_feature'),