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.