Authored by hf

fixes bug to goods list no images

... ... @@ -42,7 +42,7 @@ class ListProcess
$products = array();
foreach ($data as $value) {
$products[] = Helpers::formatProduct($value, true, true, true, true);
$products[] = Helpers::formatProduct($value, true, true, true);
}
return $products;
... ...