From 3717c9e353a8bf90af750349494d0dfee67b239c Mon Sep 17 00:00:00 2001 From: Antoine M Date: Mon, 27 May 2024 15:19:57 +0200 Subject: [PATCH] escaping thematiqueColorSlug if null --- page.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/page.php b/page.php index 30f4f92..b3f6929 100644 --- a/page.php +++ b/page.php @@ -2,7 +2,7 @@ slug; +$thematiqueColorSlug = $mainThematique->slug ?? null; ?>