fixed catalog
This commit is contained in:
parent
a294e2cf04
commit
be240bb21a
|
|
@ -145,7 +145,7 @@ class DesignService
|
|||
}
|
||||
|
||||
foreach ($images as $index => $image) {
|
||||
$imagePath = 'catalog/' . ($image['image'][locale()] ?? '');
|
||||
$imagePath = $image['image'][locale()] ?? '';
|
||||
$images[$index]['image'] = image_origin($imagePath);
|
||||
|
||||
$link = $image['link'];
|
||||
|
|
|
|||
Loading…
Reference in New Issue