Fix: bad document path with multicompany

This commit is contained in:
Regis Houssin 2012-08-01 19:34:42 +02:00
parent f6afc75d96
commit ae0a746510

View File

@ -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.