diff --git a/app/CustomFuncPao.php b/app/CustomFuncPao.php index cf182483..db21cc0b 100644 --- a/app/CustomFuncPao.php +++ b/app/CustomFuncPao.php @@ -643,7 +643,7 @@ function showOrdiniWeb() } - if ($product) + if ($product && isset($product['name'])) $titolo = $mylink . "" . $product['name'] . "" . $finelink; else $titolo = "";