Skip to content

Commit

Permalink
Change PutPages() visibility from private to protected (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
eesau authored and kazsaj committed Jan 21, 2019
1 parent d48543f commit bd30484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tFPDF/PDF.php
Original file line number Diff line number Diff line change
Expand Up @@ -2362,7 +2362,7 @@ protected function Out($str_data)
/**
* Puts the pages into the document
*/
private function PutPages()
protected function PutPages()
{
$int_page = $this->int_page;
if (!empty($this->str_alias_number_pages)) {
Expand Down

0 comments on commit bd30484

Please sign in to comment.