add translation
This commit is contained in:
parent
835c068ed5
commit
71470dd7c9
@ -527,7 +527,7 @@ class doc_generic_task_odt extends ModelePDFTask
|
|||||||
|
|
||||||
dol_mkdir($conf->project->dir_temp);
|
dol_mkdir($conf->project->dir_temp);
|
||||||
if (!is_writable($conf->project->dir_temp)) {
|
if (!is_writable($conf->project->dir_temp)) {
|
||||||
$this->error = "Failed to write in temp directory ".$conf->project->dir_temp;
|
$this->error = $langs->transnoentities("ErrorFailedToWriteInTempDirectory", $conf->project->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