Page MenuHomePhabricator

Database error on SpecialAllmessages.php
Closed, DeclinedPublic

Description

Author: xtium

Description:
on Line 121, this line should be changed like:

changed by Junhua Wang start
$sql = "SELECT cur_namespace,cur_title FROM cur WHERE cur_namespace IN (" .
NS_MEDIAWIKI . ", " . NS_MEDIAWIKI_TALK . ")";
$dbr =& wfGetDB( DB_SLAVE );
$curTable = $dbr->tableName( 'cur' );
$sql = "SELECT cur_namespace,cur_title FROM $curTable WHERE cur_namespace IN ("
. NS_MEDIAWIKI . ", " . NS_MEDIAWIKI_TALK . ")";
//changed by Junhua Wang end


Version: 1.4.x
Severity: normal
Platform: PC

Details

Reference
bz1087

Revisions and Commits

Event Timeline

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

You should probably upgrade to the current beta (beta3), this was fixed in beta 2.

Diffusion changed the task status from Declined to Resolved by committing Unknown Object (Diffusion Commit).Mar 4 2015, 8:21 AM
Diffusion added a commit: Unknown Object (Diffusion Commit).
Aklapper changed the task status from Resolved to Declined.Mar 4 2015, 5:45 PM
Aklapper claimed this task.