Index: trunk/phase3/includes/SpecialIpblocklist.php |
— | — | @@ -336,7 +336,7 @@ |
337 | 337 | $conds[] = 'ipb_by=user_id'; |
338 | 338 | return array( |
339 | 339 | 'tables' => array( 'ipblocks', 'user' ), |
340 | | - 'fields' => 'ipblocks.*,user_name', |
| 340 | + 'fields' => $this->mDb->tableName( 'ipblocks' ) . '.*,user_name', |
341 | 341 | 'conds' => $conds, |
342 | 342 | ); |
343 | 343 | } |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -48,6 +48,7 @@ |
49 | 49 | * (bug 6299) Maintain parser's revision ID across recursive calls to fix |
50 | 50 | {{REVISIONID}} when Cite extension is used |
51 | 51 | * (bug 6622) Removed deprecated function image::newFromTitle |
| 52 | +* (bug 6627) Fix regression in Special:Ipblocklist with table prefix |
52 | 53 | |
53 | 54 | |
54 | 55 | == Languages updated == |