Skip to content

Commit

Permalink
Added compatibility to FPDF 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
JanSlabon committed Nov 30, 2015
1 parent 24ca603 commit 5b899b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fpdi.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ protected function _getPdfParser($filename)
*/
public function getPdfVersion()
{
return $this->PDFVersion;
}
return $this->PDFVersion;
}

/**
* Set the PDF version.
Expand Down

0 comments on commit 5b899b2

Please sign in to comment.