mirror of
https://github.com/moodle/moodle.git
synced 2025-08-03 16:13:28 +02:00
Merged pdf php5 fix from MDL-13207
This commit is contained in:
parent
03f45a9f04
commit
3a61f85c7e
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue