From 9b6425692d1036c4a32bde47db27cd93069cdc17 Mon Sep 17 00:00:00 2001 From: "gouz@root-me.org" <> Date: Tue, 11 Sep 2018 07:47:59 +0000 Subject: [PATCH] =?UTF-8?q?bugfix=20:=20suppression=20parenth=C3=A8se=20en?= =?UTF-8?q?=20trop?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- medias_pipelines.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/medias_pipelines.php b/medias_pipelines.php index 94713779..cf97e1fd 100644 --- a/medias_pipelines.php +++ b/medias_pipelines.php @@ -187,7 +187,7 @@ function medias_post_edition($flux) { */ function medias_afficher_complement_objet($flux) { if ($type = $flux['args']['type'] - and $id = intval($flux['args']['id'])) + and $id = intval($flux['args']['id']) ) { include_spip('inc/config'); // document autorisé en upload sur cet objet ? -- GitLab