add translation
This commit is contained in:
parent
71470dd7c9
commit
c2cc2463f8
@ -332,7 +332,7 @@ class doc_generic_proposal_odt extends ModelePDFPropales
|
|||||||
|
|
||||||
dol_mkdir($conf->propal->multidir_temp[$object->entity]);
|
dol_mkdir($conf->propal->multidir_temp[$object->entity]);
|
||||||
if (!is_writable($conf->propal->dir_temp)) {
|
if (!is_writable($conf->propal->dir_temp)) {
|
||||||
$this->error = "Failed to write in temp directory ".$conf->propal->dir_temp;
|
$this->error = $langs->transnoentities("ErrorFailedToWriteInTempDirectory", $conf->propal->dir_temp);
|
||||||
dol_syslog('Error in write_file: ' . $this->error, LOG_ERR);
|
dol_syslog('Error in write_file: ' . $this->error, LOG_ERR);
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user