Chris Morgan : Fix error when processing bug links. Reported by Tony Lambregts.

Chris Morgan cmorgan at winehq.org
Sun Sep 23 10:55:04 CDT 2007


Module: appdb
Branch: master
Commit: 561e44573dec650cfab8f650588c15da5d01e8f0
URL:    http://source.winehq.org/git/appdb.git/?a=commit;h=561e44573dec650cfab8f650588c15da5d01e8f0

Author: Chris Morgan <cmorgan at alum.wpi.edu>
Date:   Sun Sep 23 11:54:54 2007 -0400

Fix error when processing bug links. Reported by Tony Lambregts.

---

 include/bugs.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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();




More information about the wine-cvs mailing list