This commit is contained in:
paoloar77
2025-01-16 09:26:46 +01:00
parent d58bd30263
commit 0b4ec86cba

View File

@@ -1143,7 +1143,7 @@ class ArticleFormatter
}
private static function findInsideProduct($product, $field)
{
{
// Se il campo specificato non è presente, restituisce null
if (!isset($product['meta_data']) || !is_array($product['meta_data'])) {
return null;
@@ -1158,7 +1158,7 @@ class ArticleFormatter
// Restituisce null se non trovato
return null;
}
}
}
function getRigaArticoloByArt($article, $index, $separator)