Issue Fixed
This commit is contained in:
parent
72f35f472a
commit
8248451db0
5
application/third_party/mpdf/mpdf.php
vendored
5
application/third_party/mpdf/mpdf.php
vendored
@ -89,7 +89,7 @@ if (!defined('PHP_VERSION_ID')) {
|
|||||||
class mPDF
|
class mPDF
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
///////////////////////////////
|
///////////////////////////////
|
||||||
// EXTERNAL (PUBLIC) VARIABLES
|
// EXTERNAL (PUBLIC) VARIABLES
|
||||||
@ -812,7 +812,8 @@ var $innerblocktags;
|
|||||||
// **********************************
|
// **********************************
|
||||||
// **********************************
|
// **********************************
|
||||||
|
|
||||||
function mPDF($mode='',$format='A4',$default_font_size=0,$default_font='',$mgl=15,$mgr=15,$mgt=16,$mgb=16,$mgh=9,$mgf=9, $orientation='P') {
|
//function mPDF
|
||||||
|
public function __construct($mode='',$format='A4',$default_font_size=0,$default_font='',$mgl=15,$mgr=15,$mgt=16,$mgb=16,$mgh=9,$mgf=9, $orientation='P') {
|
||||||
|
|
||||||
/*-- BACKGROUNDS --*/
|
/*-- BACKGROUNDS --*/
|
||||||
if (!class_exists('grad', false)) { include(_MPDF_PATH.'classes/grad.php'); }
|
if (!class_exists('grad', false)) { include(_MPDF_PATH.'classes/grad.php'); }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user