Merge "Added new "byemail" action to the new users log"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Fri, 25 Jan 2013 16:57:45 +0000 (16:57 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Fri, 25 Jan 2013 16:57:45 +0000 (16:57 +0000)
includes/User.php

index ce47110..86fb8f8 100644 (file)
@@ -1467,7 +1467,7 @@ class User {
        public function pingLimiter( $action = 'edit' ) {
                # Call the 'PingLimiter' hook
                $result = false;
-               if( !wfRunHooks( 'PingLimiter', array( &$this, $action, $result ) ) ) {
+               if( !wfRunHooks( 'PingLimiter', array( &$this, $action, &$result ) ) ) {
                        return $result;
                }