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