[-] BO : fix strict standard #PSCFV-3173

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16374 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2012-07-12 13:05:20 +00:00
parent dc35aaa83c
commit 248c4e9c9e
+1 -1
View File
@@ -1182,7 +1182,7 @@ class AdminImportControllerCore extends AdminController
$product->quantity = 0;
// If match ref is specified && ref product && ref product already in base, trying to update
if (Tools::getValue('match_ref') == 1 && $product->reference && Product::existsRefInDatabase($product->reference))
if (Tools::getValue('match_ref') == 1 && $product->reference && $product->existsRefInDatabase($product->reference))
{
$datas = Db::getInstance()->getRow('
SELECT product_shop.`date_add`, p.`id_product`