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

--- Comment #1 from Sam Reed (reedy) <[email protected]> ---
Line 459 onwards of SpecialMergeAccount.php is at fault


See 466 where it's always a local title object:

        $userPageName = Title::makeTitleSafe( NS_USER, $this->mUserName );
        return Xml::element( 'a',
            array(
                'href' => $userPageName->getFullUrl(),
                'title' => $this->msg( 'centralauth-foreign-link',
                    $this->mUserName,
                    $hostname )->text(),
            ),
            $hostname );

-- 
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