https://bugzilla.wikimedia.org/show_bug.cgi?id=53821

--- Comment #1 from Sam Reed (reedy) <[email protected]> ---
AFTv5:

        if ( $spam ) {
            $title = Title::newFromText( 'ArticleFeedbackv5_' . $pageId );
            $ret = $spam->filter( $title, $value, '' );
            if ( $ret !== false ) {
                return true;
            }
        }


SpamBlacklist:
    function filter( array $links, Title $title = null ) {
        $fname = 'wfSpamBlacklistFilter';


Based on that, $title should presumably be first...

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to