From 45a509b05cdff3c8d04b647eb8a4c29b3eb40611 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sat, 1 Dec 2012 22:16:52 +0800 Subject: [PATCH] MTrack/SCM/Git/Event.php --- MTrack/SCM/Git/Event.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.2