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

       Web browser: ---
             Bug #: 40845
           Summary: InfoAction->pageInfo() accepts a title parameter, and
                    then overwrites it
           Product: MediaWiki
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: General/Unknown
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    Classification: Unclassified
   Mobile Platform: ---


Remove the overwrite, or remove the parameter

    protected function pageInfo( $title ) {
        global $wgContLang, $wgDisableCounters, $wgRCMaxAge;

        $user = $this->getUser();
        $lang = $this->getLanguage();
        $title = $this->getTitle();
        $id = $title->getArticleID();

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- 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