From 5b899b2b41463bf261aa69840fd30b50950a500c Mon Sep 17 00:00:00 2001 From: Jan Slabon Date: Mon, 30 Nov 2015 11:53:14 +0100 Subject: [PATCH] Added compatibility to FPDF 1.8 --- fpdi.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fpdi.php b/fpdi.php index cb9eb23..2d1427b 100644 --- a/fpdi.php +++ b/fpdi.php @@ -130,8 +130,8 @@ protected function _getPdfParser($filename) */ public function getPdfVersion() { - return $this->PDFVersion; - } + return $this->PDFVersion; + } /** * Set the PDF version.