MTrack/CommitChecker.php
authorAlan Knowles <alan@akbkhome.com>
Mon, 27 Jun 2011 11:07:17 +0000 (19:07 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 27 Jun 2011 11:07:17 +0000 (19:07 +0800)
MTrack/CommitChecker.php

index 5d4ab9a..acd13d7 100644 (file)
@@ -255,6 +255,7 @@ class MTrack_CommitChecker {
             }
             if (count($tickets) == 0) {
                 $no_ticket[] = $c;
+                
                 continue;
             }
             
@@ -323,7 +324,7 @@ class MTrack_CommitChecker {
         }
         
         // defered is a list of actions...
-        
+        $this->no_ticket = $no_ticket;
         $this->deferred = $deferred;
         $this->spent_by_tid_by_user = $spent_by_tid_by_user;