// Revert normalization
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8019 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
+1
-1
@@ -257,7 +257,7 @@ class ImageCore extends ObjectModel
|
||||
return ;
|
||||
foreach ($combinationImages['new'] AS $id_product_attribute => $imageIds)
|
||||
foreach ($imageIds AS $key => $imageId)
|
||||
if ((int)$imageId == (int)$saved_id)
|
||||
if ((int)($imageId) == (int)($saved_id))
|
||||
$combinationImages['new'][$id_product_attribute][$key] = (int)($id_image);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user