MTrack/SCM/WorkingCopy.php
[web.mtrack] / 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;