From ab0ab0b331b178d4d2e6765e7a3ae92988c36d42 Mon Sep 17 00:00:00 2001 From: "jack@jack31.net" <> Date: Fri, 25 Nov 2016 18:13:43 +0000 Subject: [PATCH] =?UTF-8?q?'=5Ftmp=5Fdir'=20=C3=A9tait=20devenu=20'=5FTMP?= =?UTF-8?q?=5FZIP'=20en=20passant=20en=20majuscules?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- formulaires/joindre_document.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/formulaires/joindre_document.php b/formulaires/joindre_document.php index e2e41942..a8eee02f 100644 --- a/formulaires/joindre_document.php +++ b/formulaires/joindre_document.php @@ -233,7 +233,7 @@ function formulaires_joindre_document_verifier_dist( } } - if (count($erreurs) and defined('_TMP_ZIP')) { + if (count($erreurs) and defined('_TMP_DIR')) { effacer_repertoire_temporaire(_TMP_DIR); } } -- GitLab