inc/CommitChecker.php
authorAlan Knowles <alan@akbkhome.com>
Wed, 26 Jan 2011 04:18:47 +0000 (12:18 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 26 Jan 2011 04:18:47 +0000 (12:18 +0800)
inc/CommitChecker.php

index 4f32d98..b58f010 100644 (file)
@@ -165,7 +165,7 @@ class MTrackCommitChecker {
             require_once 'Exception/Veto.php';
           throw new MTrackVetoException($reasons);
         }
-        $this->checkVeto('vetoCommit', $log, $files, $actions);
+        $this->checkVeto('vetoCommit', $log, $files, $actions, $this);
     }
 
     private function _getChanges(IMTrackCommitHookBridge $bridge)