N°1826 - Fix Error in PDF export with php 7.1

This commit is contained in:
Eric
2018-12-04 14:52:20 +01:00
parent 0c8dd6fd1b
commit 6450d2339f

View File

@@ -19748,7 +19748,7 @@ Putting 1 is equivalent to putting 0 and calling Ln() just after. Default value:
break;
}
case 'a': {
$this->HREF = '';
$this->HREF = array();
break;
}
case 'sup': {