"Nikerabbit" posted a comment on MediaWiki.r103467. URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/103467#c27743
Commit summary for MediaWiki.r103467: Adapt and re-apply Michael Newton's patch from Bug 24464 - Execute LoginAuthenticateAudit hook more often. Also updated release notes. Nikerabbit's comment: <pre> +wfRunHooks( 'LoginAuthenticateAudit', array( $u, $this->mPassword, self::ILLEGAL ) ); </pre> $u is not necessarily an user object here. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
