Skip to content

Commit 37342cc

Browse files
committed
fix url on pdf
1 parent 5d99fc4 commit 37342cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lto.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ function lto_label($x, $y, $code, $id, $palette) {
130130
$pdf->SetTextColor(0, 0, 0);
131131
$pdf->SetX(0);
132132
$pdf->SetY(-15);
133-
$pdf->Cell(190, 10, 'LTO Barcode Generator at ' . $url, 0, 0, 'R', false, '$url');
133+
$pdf->Cell(190, 10, 'LTO Barcode Generator at ' . $url, 0, 0, 'R', false, $url);
134134

135135
$pdf->Output();
136136
?>

0 commit comments

Comments
 (0)