From 401b0d1e14da645c67ee2275f2e26ab9f47776bf Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Mon, 20 May 2024 23:46:45 +0200 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 6857e215..deece2b4 100644 --- a/app/CustomFuncPao.php +++ b/app/CustomFuncPao.php @@ -258,6 +258,6 @@ function loadArticleByIdArticle($sku) return $articles; } catch (Exception $e) { - return; + return "Errore: " . $e->getMessage(); } }