Page MenuHomePhabricator

Article::doRedirect()
Closed, ResolvedPublic

Description

Author: M8R-65htjv

Description:
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";

Version: 1.16.x
Severity: normal

Details

Reference
bz23740

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:03 PM
bzimport set Reference to bz23740.
bzimport added a subscriber: Unknown Object (MLST).