fixes bug to goods list no images
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -42,7 +42,7 @@ class ListProcess | @@ -42,7 +42,7 @@ class ListProcess | ||
42 | $products = array(); | 42 | $products = array(); |
43 | 43 | ||
44 | foreach ($data as $value) { | 44 | foreach ($data as $value) { |
45 | - $products[] = Helpers::formatProduct($value, true, true, true, true); | 45 | + $products[] = Helpers::formatProduct($value, true, true, true); |
46 | } | 46 | } |
47 | 47 | ||
48 | return $products; | 48 | return $products; |
-
Please register or login to post a comment