From d5bad52c570f7dfcc803f4c240cccab08e59a72f Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 15 Apr 2005 12:59:19 +0000 Subject: [PATCH] Bugfix --- htdocs/includes/modules/modPropale.class.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs/includes/modules/modPropale.class.php b/htdocs/includes/modules/modPropale.class.php index a81a09e3d74..14739fb0dbb 100644 --- a/htdocs/includes/modules/modPropale.class.php +++ b/htdocs/includes/modules/modPropale.class.php @@ -101,7 +101,7 @@ class modPropale extends DolibarrModules */ function init() { - + global $conf; // Permissions et valeurs par défaut $this->remove(); @@ -143,6 +143,7 @@ class modPropale extends DolibarrModules // Répertoires $this->dirs[0] = $conf->propal->dir_output; + $this->dirs[1] = $conf->propal->dir_images; $sql = array( "DELETE FROM ".MAIN_DB_PREFIX."propal_model_pdf WHERE nom = '".$this->const[0][2]."'",