Merge branch 'master' of /home/git/private/web.mtrack
authorwww-data <www-data@newweb2.(none)>
Sat, 1 Dec 2012 14:16:57 +0000 (22:16 +0800)
committeralan@roojs.com <alan@roojs.com@http.192.168.0.28>
Sat, 1 Dec 2012 14:16:57 +0000 (22:16 +0800)
MTrack/SCM/Git/Event.php

index 467ff53..41406c0 100644 (file)
@@ -118,7 +118,7 @@ class MTrack_SCM_Git_Event extends MTrackSCMEvent
         if (!count($ent->branches)) {
             $ent->branches[] = 'master';
         }
-
+        $ent->files_array = array_values($ent->files);
         return $ent;
     }