r99932 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r99931‎ | r99932 | r99933 >
Date:23:24, 15 October 2011
Author:reedy
Status:ok
Tags:
Comment:
Merge r99931
Modified paths:
  • /branches/wmf/1.18wmf1/includes/specials/SpecialBrokenRedirects.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.18wmf1/includes/specials/SpecialBrokenRedirects.php
@@ -53,7 +53,7 @@
5454 'conds' => array( 'rd_namespace >= 0',
5555 'p2.page_namespace IS NULL'
5656 ),
57 - 'join_conds' => array( 'p1' => array( 'LEFT JOIN', array(
 57+ 'join_conds' => array( 'p1' => array( 'JOIN', array(
5858 'rd_from=p1.page_id',
5959 ) ),
6060 'p2' => array( 'LEFT JOIN', array(

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r99931Bug 31249 - Special:BrokenRedirects broken since 1.18reedy23:24, 15 October 2011

Status & tagging log