Borales / yii-pdf

A wrapper to some PHP-PDF libraries (mPDF, HTML2PDF)
http://www.yiiframework.com/extension/pdf/
BSD 2-Clause "Simplified" License
60 stars 37 forks source link

Little bug #4

Closed eduardoarandah closed 11 years ago

eduardoarandah commented 11 years ago

I'm getting: Fatal error: func_get_args(): Can't be used as a function parameter in /EYiiPdf.php on line 113

easily solved with a variable: 113: $args=func_get_args(); $this->initLibrary(FUNCTION, $args);

Borales commented 11 years ago

@eduardoarandah thanks for reporting. I haven't tested it on PHP < 5.3.0, so I didn't get such error. I will fix this asap.