add translation
This commit is contained in:
parent
26ec19122e
commit
f4394e28c6
@ -288,7 +288,7 @@ class doc_generic_mo_odt extends ModelePDFMo
|
|||||||
|
|
||||||
dol_mkdir($conf->mrp->dir_temp);
|
dol_mkdir($conf->mrp->dir_temp);
|
||||||
if (!is_writable($conf->mrp->dir_temp)) {
|
if (!is_writable($conf->mrp->dir_temp)) {
|
||||||
$this->error = "Failed to write in temp directory ".$conf->mrp->dir_temp;
|
$this->error = $langs->transnoentities("ErrorFailedToWriteInTempDirectory", $conf->mrp->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