aa
This commit is contained in:
@@ -1143,7 +1143,7 @@ class ArticleFormatter
|
|||||||
}
|
}
|
||||||
|
|
||||||
private static function findInsideProduct($product, $field)
|
private static function findInsideProduct($product, $field)
|
||||||
{
|
{
|
||||||
// Se il campo specificato non è presente, restituisce null
|
// Se il campo specificato non è presente, restituisce null
|
||||||
if (!isset($product['meta_data']) || !is_array($product['meta_data'])) {
|
if (!isset($product['meta_data']) || !is_array($product['meta_data'])) {
|
||||||
return null;
|
return null;
|
||||||
@@ -1158,7 +1158,7 @@ class ArticleFormatter
|
|||||||
|
|
||||||
// Restituisce null se non trovato
|
// Restituisce null se non trovato
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function getRigaArticoloByArt($article, $index, $separator)
|
function getRigaArticoloByArt($article, $index, $separator)
|
||||||
|
|||||||
Reference in New Issue
Block a user