Fix messed up parameters in Recentchanges hook
authorThiemo Mättig <thiemo.maettig@wikimedia.de>
Fri, 1 Aug 2014 15:13:18 +0000 (17:13 +0200)
committerReedy <reedy@wikimedia.org>
Fri, 1 Aug 2014 15:41:23 +0000 (15:41 +0000)
Ouch. Sorry.

Bug: 68938
Bug: 68943

Change-Id: I3c02c2ff06a3e8ee02136c876276cb63de03bcc7

includes/specials/SpecialRecentchangeslinked.php

index 6c617cd..9700638 100644 (file)
@@ -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;
                }