From: Thiemo Mättig Date: Fri, 1 Aug 2014 15:13:18 +0000 (+0200) Subject: Fix messed up parameters in Recentchanges hook X-Git-Tag: 1.31.0-rc.0~14632 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22suivi_revisions%22%2C%22id_auteur=%24connecte%22%29%20.%20%22?a=commitdiff_plain;h=4c972c834b8e5247c73a6f0e2eda6e7799d782d4;p=lhc%2Fweb%2Fwiklou.git Fix messed up parameters in Recentchanges hook Ouch. Sorry. Bug: 68938 Bug: 68943 Change-Id: I3c02c2ff06a3e8ee02136c876276cb63de03bcc7 --- diff --git a/includes/specials/SpecialRecentchangeslinked.php b/includes/specials/SpecialRecentchangeslinked.php index 6c617cdd9f..9700638a03 100644 --- a/includes/specials/SpecialRecentchangeslinked.php +++ b/includes/specials/SpecialRecentchangeslinked.php @@ -109,8 +109,8 @@ class SpecialRecentChangesLinked extends SpecialRecentChanges { $opts['tagfilter'] ); - if ( !$this->runMainQueryHook( $conds, $tables, $join_conds, $opts, $query_options, - $select ) + if ( !$this->runMainQueryHook( $tables, $select, $conds, $query_options, $join_conds, + $opts ) ) { return false; }