From: Platonides Date: Thu, 9 Jun 2011 19:58:30 +0000 (+0000) Subject: Change whitespace so it is easier to read. X-Git-Tag: 1.31.0-rc.0~29606 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/supprimer.php?a=commitdiff_plain;h=d67aece7b07d5e2891ebc10c8e0758e75fffc78d;p=lhc%2Fweb%2Fwiklou.git Change whitespace so it is easier to read. --- diff --git a/includes/specials/SpecialWantedpages.php b/includes/specials/SpecialWantedpages.php index 2b8a2bbed6..925df74791 100644 --- a/includes/specials/SpecialWantedpages.php +++ b/includes/specials/SpecialWantedpages.php @@ -64,12 +64,14 @@ class WantedPagesPage extends WantedQueryPage { NS_MEDIAWIKI . "'" ), 'options' => array ( 'HAVING' => "COUNT(*) > $count", 'GROUP BY' => 'pl_namespace, pl_title' ), - 'join_conds' => array ( 'pg1' => array ( + 'join_conds' => array ( + 'pg1' => array ( 'LEFT JOIN', array ( 'pg1.page_namespace = pl_namespace', 'pg1.page_title = pl_title' ) ), 'pg2' => array ( 'LEFT JOIN', - 'pg2.page_id = pl_from' ) ) + 'pg2.page_id = pl_from' ) + ) ); // Replacement WantedPages::getSQL wfRunHooks( 'WantedPages::getQueryInfo',