X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=MTrack%2FCommitChecker.php;h=88a1f6b04ead068a91e1e678f0483a10aa5fc452;hb=1dd974d3bcbe77f37e4c48bb8d81102df3ee96d3;hp=c4f7cdae60e0f858c3e34a27561bf690ff312068;hpb=f21dbe9bddfc95f8554a0c3b0fc093dc859f9a03;p=web.mtrack diff --git a/MTrack/CommitChecker.php b/MTrack/CommitChecker.php index c4f7cdae..88a1f6b0 100644 --- a/MTrack/CommitChecker.php +++ b/MTrack/CommitChecker.php @@ -196,7 +196,7 @@ class MTrack_CommitChecker { $c->changelog = $bridge->getCommitMessage(); $c->changeby = $this->authUser->email; //??? $c->changeby_id = $this->authUser->id; //??? - + print_r($bridge);exit; $c->ctime = isset($bridge->props['Date']) ? strtotime($bridge->props['Date']) : time(); $c->fileActions = $bridge->fileActions; $changes[] = $c;