From 010d7d58a88c60a29b464795926dbea1887e7269 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 15 Apr 2005 12:33:59 +0000 Subject: [PATCH] =?UTF-8?q?Ajout=20creation=20du=20r=E9pertoire?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/includes/modules/modPropale.class.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/includes/modules/modPropale.class.php b/htdocs/includes/modules/modPropale.class.php index b19d7e74b25..a4b03960e62 100644 --- a/htdocs/includes/modules/modPropale.class.php +++ b/htdocs/includes/modules/modPropale.class.php @@ -138,6 +138,8 @@ class modPropale extends DolibarrModules $this->rights[6][3] = 0; // La permission est-elle une permission par défaut $this->rights[6][4] = 'supprimer'; + // Répertoires + $this->dirs[0] = $conf->propale->dir_output; $sql = array( "DELETE FROM ".MAIN_DB_PREFIX."propal_model_pdf WHERE nom = '".$this->const[0][2]."'",