diff --git a/include/bugs.php b/include/bugs.php index e57f6a1..672adb9 100644 --- a/include/bugs.php +++ b/include/bugs.php @@ -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();