From 5ad211a1cad175b0f1f97f9c9919ca7dcb4f3a9c Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Wed, 1 Aug 2012 19:34:42 +0200 Subject: [PATCH] Fix: bad document path with multicompany --- htdocs/core/class/conf.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/core/class/conf.class.php b/htdocs/core/class/conf.class.php index be2fdce15fd..78255aa9084 100644 --- a/htdocs/core/class/conf.class.php +++ b/htdocs/core/class/conf.class.php @@ -281,8 +281,8 @@ class Conf $this->user->dir_temp=$rootforuser."/users/temp"; // For propal storage - $this->propal->dir_output=$rootforuser."/propale"; - $this->propal->dir_temp=$rootforuser."/propale/temp"; + $this->propal->dir_output=$rootfordata."/propale"; + $this->propal->dir_temp=$rootfordata."/propale/temp"; // Exception: Some dir are not the name of module. So we keep exception here // for backward compatibility.