Skip to content

Commit 48872bc

Browse files
committed
Minor fixing PHP warning
1 parent 92209d8 commit 48872bc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

main/inc/lib/mpdf/mpdf.php

100755100644
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13876,6 +13876,9 @@ function MergeCSS($inherit,$tag,$attr) {
1387613876
//===============================================
1387713877
// Save Cascading CSS e.g. "div.topic p" at this block level
1387813878
// mPDF 4.0
13879+
if (!isset($attr['ID'])) {
13880+
$attr['ID'] = null;
13881+
}
1387913882
$this->_mergeFullCSS($this->cascadeCSS, $this->blk[$this->blklvl]['cascadeCSS'], $tag, $classes, $attr['ID']);
1388013883
//===============================================
1388113884
// Cascading forward CSS

0 commit comments

Comments
 (0)