inc/CommitCheck/NoEmptyLogMessage.php
authorAlan Knowles <alan@akbkhome.com>
Wed, 26 Jan 2011 04:19:10 +0000 (12:19 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 26 Jan 2011 04:19:10 +0000 (12:19 +0800)
inc/CommitCheck/NoEmptyLogMessage.php

index ff00e75..1b1629a 100644 (file)
@@ -5,7 +5,7 @@ class MTrackCommitCheck_NoEmptyLogMessage implements IMTrackCommitListener
 {
   
 
-  function vetoCommit($msg, $files, $actions) {
+  function vetoCommit($msg, $files, $actions, $checker) {
     if (!strlen(trim($msg))) {
       return "Empty log messages are not allowed.\n";
     }