Create a new TableRow() so we aren't adding entries to a previously used TableRow
This commit is contained in:
@@ -635,6 +635,7 @@ class version {
|
||||
$oTable->AddRow($oTableRow);
|
||||
|
||||
// version license
|
||||
$oTableRow = new TableRow();
|
||||
$oTableCell = new TableCell("License");
|
||||
$oTableCell->SetBold(true);
|
||||
$oTableCell->SetClass("color0");
|
||||
|
||||
Reference in New Issue
Block a user