From 3fac3ac3094d8fae8fbe255370292a5dd70d179b Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Wed, 29 Apr 2009 19:05:10 +0000 Subject: [PATCH] Fix: uniformisation propal to propale --- htdocs/core/conf.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/core/conf.class.php b/htdocs/core/conf.class.php index 7c4d5081839..cc5d35ebaa9 100644 --- a/htdocs/core/conf.class.php +++ b/htdocs/core/conf.class.php @@ -261,8 +261,8 @@ class Conf if (defined('FAC_OUTPUTDIR') && FAC_OUTPUTDIR) { $this->facture->dir_output=FAC_OUTPUTDIR; } # Pour passer outre le rep par defaut // Module propal if (! defined("PROPALE_NEW_FORM_NB_PRODUCT")) define("PROPALE_NEW_FORM_NB_PRODUCT", 4); - $this->propal->dir_output=$rootfordata."/propale"; - $this->propal->dir_temp =$rootfordata."/propale/temp"; + $this->propale->dir_output=$rootfordata."/propale"; + $this->propale->dir_temp =$rootfordata."/propale/temp"; if (defined('PROPALE_OUTPUTDIR') && PROPALE_OUTPUTDIR) { $this->propal->dir_output=PROPALE_OUTPUTDIR; } # Pour passer outre le rep par defaut // Module telephonie $this->telephonie->dir_output=$rootfordata."/telephonie";