MTrackWeb/Hook/git.php
authorAlan Knowles <alan@akbkhome.com>
Tue, 29 Nov 2011 08:00:01 +0000 (16:00 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 29 Nov 2011 08:00:01 +0000 (16:00 +0800)
MTrackWeb/Hook/git.php

index 45ea39c..4c85871 100755 (executable)
@@ -103,7 +103,7 @@ class MTrackWeb_Hook_git extends MTrackWeb
                     
                     // at this point we have
                     // checker->no_ticket (contains commits without tickets
-                    
+                    DB_DataObject::DebugLevel(1);
                     foreach($checker->no_ticket as $change_event) {
                         $cg = DB_DataObject::factory('mtrack_change');
                         $res= $cg->createFromCommit($change_event, $checker);