From e1d40e4f25c911fa9275148e34fcb33cb6ff026e Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Tue, 28 Jan 2025 18:08:10 +0100 Subject: [PATCH] aa --- app/CustomFuncPao.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/CustomFuncPao.php b/app/CustomFuncPao.php index f0cd2d4c..d39f2301 100644 --- a/app/CustomFuncPao.php +++ b/app/CustomFuncPao.php @@ -1030,7 +1030,7 @@ class ArticleFormatter 'quantity' => $quantity, 'price' => $price, 'color' => $quantity <= 0 ? 'red' : 'green', - 'permalink' => $product['permalink'] + 'permalink' => isset($product['permalink']) ? $product['permalink'] : '' ]; }