MTrack/CommitChecker.php
authorAlan Knowles <alan@akbkhome.com>
Wed, 27 Jul 2011 11:48:27 +0000 (19:48 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 27 Jul 2011 11:48:27 +0000 (19:48 +0800)
MTrack/CommitChecker.php

index 3a9cc79..469f17c 100644 (file)
@@ -197,6 +197,7 @@ class MTrack_CommitChecker {
             $c->changeby    = $this->authUser->email; //???
             $c->changeby_id = $this->authUser->id; //???
             $c->ctime       = time();
+            $c->fileActions = $bridge->fileActions;
             $changes[] = $c;
         }
         return $changes;