Last modified: 2012-04-12 14:00:08 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T25740, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 23740 - Article::doRedirect()
Article::doRedirect()
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
General/Unknown (Other open bugs)
1.16.x
All All
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-06-01 10:12 UTC by M8R-65htjv
Modified: 2012-04-12 14:00 UTC (History)
1 user (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description M8R-65htjv 2010-06-01 10:12:12 UTC
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";
Comment 1 Alexandre Emsenhuber [IAlex] 2010-06-01 15:19:58 UTC
Fixed in r67187.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links