add translation
This commit is contained in:
parent
e2df602229
commit
589887a7b8
@ -287,7 +287,7 @@ class doc_generic_ticket_odt extends ModelePDFTicket
|
|||||||
|
|
||||||
dol_mkdir($conf->ticket->dir_temp);
|
dol_mkdir($conf->ticket->dir_temp);
|
||||||
if (!is_writable($conf->ticket->dir_temp)) {
|
if (!is_writable($conf->ticket->dir_temp)) {
|
||||||
$this->error = "Failed to write in temp directory ".$conf->ticket->dir_temp;
|
$this->error = $langs->transnoentities("ErrorFailedToWriteInTempDirectory", $conf->ticket->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