Fix error when processing bug links. Reported by Tony Lambregts.
This commit is contained in:
@@ -476,7 +476,7 @@ class Bug
|
||||
$oTable->AddRow($oHeaderRow);
|
||||
|
||||
$oDataRow = $this->objectGetTableRow();
|
||||
$oDataRow->oTableRow->SetClass("color0");
|
||||
$oDataRow->GetTableRow()->SetClass("color0");
|
||||
$oTable->AddRow($oDataRow);
|
||||
|
||||
echo $oTable->GetString();
|
||||
|
||||
Reference in New Issue
Block a user