MTrackWeb/Gitlive.php
authorAlan Knowles <alan@akbkhome.com>
Tue, 29 Mar 2011 10:35:26 +0000 (18:35 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 29 Mar 2011 10:35:26 +0000 (18:35 +0800)
MTrackWeb/Gitlive.php

index b1b383f..35fbc6f 100644 (file)
@@ -57,7 +57,7 @@ class MTrackWeb_Gitlive extends MTrackWeb
         }
         
         $t = DB_DataObject::Factory('mtrack_ticket');
-        $t->joinAdd();
+        $t->autoJoin();
         $t->project_id = $r->project_id;
         // only need id / name / status?
         $ar = $t->fetchAll();