From 5c54cd64d44574bc987968487d6c76575436d66b Mon Sep 17 00:00:00 2001 From: tofulm Date: Thu, 29 Jun 2023 09:13:48 +0200 Subject: [PATCH] PSR --- bigform_autorisations.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bigform_autorisations.php b/bigform_autorisations.php index 8894ff1..af12c07 100644 --- a/bigform_autorisations.php +++ b/bigform_autorisations.php @@ -26,9 +26,7 @@ function autoriser_document_charger_dist($faire, $type, $id, $qui, $opt) { } function autoriser_document_dissociersupprimer_dist($faire, $type, $id, $qui, $opt) { - if (!intval($id) - or !$qui['id_auteur'] - ) { + if (!intval($id) or !intval($qui['id_auteur'])) { return false; }