MTrackWeb/Hook/git.php
authorAlan Knowles <alan@akbkhome.com>
Mon, 27 Jun 2011 10:44:13 +0000 (18:44 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 27 Jun 2011 10:44:13 +0000 (18:44 +0800)
MTrackWeb/Hook/git.php

index 2946829..4d16724 100755 (executable)
@@ -62,7 +62,8 @@ class MTrackWeb_Hook_git extends MTrackWeb
             
             $checker = new MTrack_CommitChecker( array(
                     'repo' => $repo,
-                    'checks' => $cfg['checks']
+                    'checks' => $cfg['checks'],
+                    'authUser' => $this->authUser,
             ));
             
             switch ($action) {