Bug 31249 - Special:BrokenRedirects broken since 1.18
authorSam Reed <reedy@users.mediawiki.org>
Sat, 15 Oct 2011 23:24:32 +0000 (23:24 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Sat, 15 Oct 2011 23:24:32 +0000 (23:24 +0000)
includes/specials/SpecialBrokenRedirects.php

index 61f7e7a..771e991 100644 (file)
@@ -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(