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

       Web browser: ---
            Bug ID: 50890
           Summary: Various links to special pages are not constructed
                    correctly
           Product: MediaWiki extensions
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: WikidataRepo
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified
   Mobile Platform: ---

I noticed various calls like

$specialPage->getTitle()->getLocalURL() . '/' . $subpage

in Wikibase codebase which should be written as

$specialPage->getTitle( $subpage )->getLocalURL()

-- 
You are receiving this mail because:
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