MTrackWeb/Hook/git.php
authorAlan Knowles <alan@akbkhome.com>
Tue, 26 Jul 2011 23:41:46 +0000 (07:41 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 26 Jul 2011 23:41:46 +0000 (07:41 +0800)
MTrackWeb/Hook/git.php

index f5ff0eb..6029c08 100755 (executable)
@@ -82,7 +82,8 @@ class MTrackWeb_Hook_git extends MTrackWeb
                     $checker->postCommit($bridge);
                     
                     // at this point we have
-                    // checker->no_ticket (contains commits without tickets)
+                    // checker->no_ticket (contains commits without tickets
+                    
                     foreach($checker->no_ticket as $change_event) {
                         $cg = DB_DataObject::factory('mtrack_change');
                         $cg->createFromCommit($change_event);