From ae0a74651099ba16c109855061e787a91a4e2df1 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 88536a9f4d4..14aef264943 100644 --- a/htdocs/core/class/conf.class.php +++ b/htdocs/core/class/conf.class.php @@ -291,8 +291,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.