From: Raphaƫl Gertz <git@rapsys.eu>
Date: Mon, 2 Nov 2020 00:43:44 +0000 (+0100)
Subject: Fix undefined titleHeight variable
X-Git-Url: https://git.rapsys.eu/cdn/commitdiff_plain

Fix undefined titleHeight variable
---

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);