Merged pdf php5 fix from MDL-13207
This commit is contained in:
+2
-2
@@ -96,7 +96,7 @@ class pdf extends TCPDF {
|
||||
* Fake constructor to keep PHP5 happy.
|
||||
*/
|
||||
function __construct($orientation='P', $unit='mm', $format='A4', $unicode=true, $encoding='UTF-8') {
|
||||
$this->pdf($orientation='P', $unit='mm', $format='A4', $unicode=true, $encoding='UTF-8');
|
||||
$this->pdf($orientation, $unit, $format, $unicode, $encoding);
|
||||
}
|
||||
|
||||
|
||||
@@ -136,4 +136,4 @@ class pdf extends TCPDF {
|
||||
} // End class pdf
|
||||
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user