Skip to content
Snippets Groups Projects
Commit 5ad211a1 authored by Regis Houssin's avatar Regis Houssin
Browse files

Fix: bad document path with multicompany

parent 9451edaf
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment