From 92ea2951897b65663d351e2fb5beee28ac3ae28c Mon Sep 17 00:00:00 2001 From: tofulm Date: Mon, 23 May 2022 17:16:12 +0200 Subject: [PATCH] correction si on utilise les crayons sans gamutable --- gamutable_pipelines.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gamutable_pipelines.php b/gamutable_pipelines.php index 1a9217a..d76a7f2 100644 --- a/gamutable_pipelines.php +++ b/gamutable_pipelines.php @@ -54,9 +54,10 @@ function gamutable_crayons_vue_affichage_final($flux){ $id = intval($id) and (!empty($GLOBALS['gamutable_rechargerJson_all']) and !in_array($objet, $GLOBALS['gamutable_rechargerJson_all'])) ) { - $flux['data'] .= ' '; + $flux['data'] .= ' '; } else { - $flux['data'] .= ' '; + $flux['data'] .= ' '; } + return $flux; }