Page MenuHomePhabricator

SpecialWatchlist database query fails
Closed, ResolvedPublic

Description

Author: mediazilla

Description:
A database query fails in SpecialWatchlist, when using a table name prefix.

The fix is simple, change lines 156 and 164 to be "FROM $watchlist,
$recentchanges" as opposed to "FROM watchlist,recentchanges"

Cheers,

Chris.


Version: 1.4.x
Severity: normal

Details

Reference
bz2917

Event Timeline

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

avarab wrote:

The issue is FIXED in 1.4.7, please upgrade.

zigger wrote:

*** This bug has been marked as a duplicate of 2755 ***