Skip to content

Commit d4d9b3e

Browse files
committed
fix error when creating pdf from lists
1 parent d2e31c8 commit d4d9b3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adm_program/modules/lists/lists_show.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@
316316
$pdf->AddPage();
317317

318318
// Create table object for display
319-
$table = new HtmlTable('adm_lists_table', $pdf, $hoverRows, $datatable, $classTable);
319+
$table = new HtmlTable('adm_lists_table', null, $hoverRows, $datatable, $classTable);
320320
$table->addAttribute('border', '1');
321321
}
322322
elseif ($getMode === 'html')

0 commit comments

Comments
 (0)