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

           Summary: Article::doRedirect()
           Product: MediaWiki
           Version: 1.16.0beta3
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: General/Unknown
        AssignedTo: [email protected]
        ReportedBy: [email protected]


In includes/Article.php in method doRedirect there are these two lines which
seems to have an error:

  if ( $extraQuery )
    $query .= "&$query";

Shouldn't the second line be like this?

    $query .= "&$extraQuery";

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