From: Alan Knowles Date: Sat, 1 Dec 2012 14:16:52 +0000 (+0800) Subject: MTrack/SCM/Git/Event.php X-Git-Url: http://git.roojs.org/?p=web.mtrack;a=commitdiff_plain;h=45a509b05cdff3c8d04b647eb8a4c29b3eb40611 MTrack/SCM/Git/Event.php --- diff --git a/MTrack/SCM/Git/Event.php b/MTrack/SCM/Git/Event.php index 467ff53d..41406c07 100644 --- a/MTrack/SCM/Git/Event.php +++ b/MTrack/SCM/Git/Event.php @@ -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; }