From 5fda54ca76360597dab26ab2a2e77e82fef56f70 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Mon, 2 Nov 2020 01:43:44 +0100 Subject: [PATCH] Fix undefined titleHeight variable --- public/ausweis.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/ausweis.php b/public/ausweis.php index 3966d7f..9bdb5f5 100644 --- a/public/ausweis.php +++ b/public/ausweis.php @@ -719,7 +719,7 @@ class Ausweis { $p->Cell(0, 20, utf8_decode('QUITTANCE DE LOYER'), 0, 0, 'C'); //Jump line - $p->Ln($titleHeight); + $p->Ln($lineHeight); //Set font $p->setFont('Times', '', 9); -- 2.41.0