From 8553a53e02661e8aab1b7529228f748b5e76ffb6 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sun, 13 Apr 2003 15:04:51 +0000 Subject: [PATCH] Ajout parametre dans mkdir --- htdocs/facture.class.php3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/facture.class.php3 b/htdocs/facture.class.php3 index 7d410bc2f55..4361d590988 100644 --- a/htdocs/facture.class.php3 +++ b/htdocs/facture.class.php3 @@ -272,7 +272,7 @@ class Facture { if (! is_dir ("$dir")) { - if (! mkdir ("$dir")) + if (! mkdir ("$dir", 755)) { print $dir; }