Skip to content

Commit

Permalink
Fix debug phpbarcode
Browse files Browse the repository at this point in the history
  • Loading branch information
fappels committed Apr 2, 2024
1 parent 3df3114 commit 6a33009
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion htdocs/core/modules/barcode/doc/phpbarcode.modules.php
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ public function writeBarCode($code, $encoding, $readable = 'Y', $scale = 1, $noo
} else {
$this->error = "ErrorFailedToWriteInTempDirectory ".$conf->barcode->dir_temp;
}
$this->error = $langs->transnoentities("ErrorFailedToWriteInTempDirectory", $conf->barcode->dir_temp);
dol_syslog('Error in write_file: ' . $this->error, LOG_ERR);
return -1;
}
Expand Down

0 comments on commit 6a33009

Please sign in to comment.