From 2da972c2fe7f57249fcd9d2663c9e3b340ddccf8 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Sat, 15 Oct 2011 23:24:32 +0000 Subject: [PATCH] Bug 31249 - Special:BrokenRedirects broken since 1.18 --- includes/specials/SpecialBrokenRedirects.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/specials/SpecialBrokenRedirects.php b/includes/specials/SpecialBrokenRedirects.php index 61f7e7a6ef..771e99191b 100644 --- a/includes/specials/SpecialBrokenRedirects.php +++ b/includes/specials/SpecialBrokenRedirects.php @@ -53,7 +53,7 @@ class BrokenRedirectsPage extends PageQueryPage { 'conds' => array( 'rd_namespace >= 0', 'p2.page_namespace IS NULL' ), - 'join_conds' => array( 'p1' => array( 'LEFT JOIN', array( + 'join_conds' => array( 'p1' => array( 'JOIN', array( 'rd_from=p1.page_id', ) ), 'p2' => array( 'LEFT JOIN', array( -- 2.20.1