Fix: bad document path with multicompany
This commit is contained in:
parent
9451edafd8
commit
5ad211a1ca
@ -281,8 +281,8 @@ class Conf
|
|||||||
$this->user->dir_temp=$rootforuser."/users/temp";
|
$this->user->dir_temp=$rootforuser."/users/temp";
|
||||||
|
|
||||||
// For propal storage
|
// For propal storage
|
||||||
$this->propal->dir_output=$rootforuser."/propale";
|
$this->propal->dir_output=$rootfordata."/propale";
|
||||||
$this->propal->dir_temp=$rootforuser."/propale/temp";
|
$this->propal->dir_temp=$rootfordata."/propale/temp";
|
||||||
|
|
||||||
// Exception: Some dir are not the name of module. So we keep exception here
|
// Exception: Some dir are not the name of module. So we keep exception here
|
||||||
// for backward compatibility.
|
// for backward compatibility.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user