Fix #5661 - MTrack - daily email large and no branch
[web.mtrack] / MTrack / CommitChecker.php
index 1924c50..e1c2091 100644 (file)
@@ -196,6 +196,7 @@ class MTrack_CommitChecker {
             $c->changelog   = $bridge->getCommitMessage();
             $c->changeby    = $this->authUser->email; //???
             $c->changeby_id = $this->authUser->id; //???
+            $c->branch       = $bridge->branch;
             //print_r($bridge);exit;
             $c->ctime       = isset($bridge->props['Date']) ? strtotime($bridge->props['Date']) : time();
             $c->fileActions = $bridge->fileActions;