From 561e44573dec650cfab8f650588c15da5d01e8f0 Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Sun, 23 Sep 2007 11:54:54 -0400 Subject: [PATCH] Fix error when processing bug links. Reported by Tony Lambregts. --- include/bugs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();