diff --git a/include/lib/pdf_core.class.php b/include/lib/pdf_core.class.php index 9111751ea..97e6188d2 100644 --- a/include/lib/pdf_core.class.php +++ b/include/lib/pdf_core.class.php @@ -65,6 +65,7 @@ class PDF_Core extends TFPDF private $cells=array(); + private $bigger; public function __construct ( $orientation = 'P', $unit = 'mm', $format = 'A4') {