From bd3048419bf00a2d994000d0a9685aedb74998d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Esa=20Ristil=C3=A4?= <1737195+eesau@users.noreply.github.com> Date: Mon, 21 Jan 2019 12:53:52 +0200 Subject: [PATCH] Change PutPages() visibility from private to protected (#36) --- src/tFPDF/PDF.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tFPDF/PDF.php b/src/tFPDF/PDF.php index 391da2f..405e225 100755 --- a/src/tFPDF/PDF.php +++ b/src/tFPDF/PDF.php @@ -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)) {