MTrack/CommitChecker.php
[web.mtrack] / MTrack / CommitChecker.php
index 569379b..444ad7b 100644 (file)
@@ -269,7 +269,7 @@ class MTrack_CommitChecker {
                 // removed all the code that handles hashed ticked ids...
                 //DB_DataObject::DebugLevel(1);
                 $T = DB_DataObject::Factory('mtrack_ticket');
-                $T->project_id = $this->repo->id;
+                $T->project_id = $this->repo->project_id;
                 if (!$T->get($tkt)) {
                     continue;
                 }