Issue Fixed

This commit is contained in:
gandhimathi Bharathirajan 2017-11-01 15:22:12 +05:30
parent 72f35f472a
commit 8248451db0

View File

@ -89,7 +89,7 @@ if (!defined('PHP_VERSION_ID')) {
class mPDF
{
///////////////////////////////
// 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 --*/
if (!class_exists('grad', false)) { include(_MPDF_PATH.'classes/grad.php'); }