MTrack/SCM/Git/Event.php
authorAlan Knowles <alan@akbkhome.com>
Sat, 1 Dec 2012 14:16:52 +0000 (22:16 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sat, 1 Dec 2012 14:16:52 +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;
     }