MTrack/SCM/Git/CommitHookBridge.php
[web.mtrack] / MTrack / CommitChecker.php
index 57bf3d0..444ad7b 100644 (file)
@@ -267,9 +267,9 @@ class MTrack_CommitChecker {
             $T = false;
             foreach ($tickets as $tkt => $act) {
                 // removed all the code that handles hashed ticked ids...
-                DB_DataObject::DebugLevel(1);
+                //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;
                 }