Skip to content
Code-Schnipsel Gruppen Projekte
Commit 5a29ff2a erstellt von Henning Leutz's avatar Henning Leutz :martial_arts_uniform:
Dateien durchsuchen

fix: json ld fix -> #221

Übergeordneter 8d9d04d0
Keine zugehörigen Branchen gefunden
Keine zugehörigen Tags gefunden
Keine zugehörigen Merge Requests gefunden
...@@ -166,6 +166,7 @@ protected static function getImages(ProductInterface $Product) ...@@ -166,6 +166,7 @@ protected static function getImages(ProductInterface $Product)
} }
$images = \array_unique($images); $images = \array_unique($images);
$images = \array_values($images); // because of json array format
if (!\count($images)) { if (!\count($images)) {
return []; return [];
......
0% Lade oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren