From e3825bf76d6c1db04f8deadf054cdc072c53b5d6 Mon Sep 17 00:00:00 2001 From: Reedy Date: Tue, 12 Aug 2014 19:48:29 +0100 Subject: [PATCH] Remove duplicate override in SpecialRecentchangeslinked.php Causes bug in FR Change-Id: I5efa8953e6e6717ba043fa13a652f1dfcf936bf2 --- includes/specials/SpecialRecentchangeslinked.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/includes/specials/SpecialRecentchangeslinked.php b/includes/specials/SpecialRecentchangeslinked.php index 9700638a03..c000a8dc15 100644 --- a/includes/specials/SpecialRecentchangeslinked.php +++ b/includes/specials/SpecialRecentchangeslinked.php @@ -220,15 +220,6 @@ class SpecialRecentChangesLinked extends SpecialRecentChanges { return $res; } - protected function runMainQueryHook( &$tables, &$select, &$conds, &$query_options, &$join_conds, $opts ) { - return parent::runMainQueryHook( $tables, $select, $conds, $query_options, $join_conds, $opts ) - && wfRunHooks( - 'SpecialRecentChangesQuery', - array( &$conds, &$tables, &$join_conds, $opts, &$query_options, &$select ), - '1.23' - ); - } - function setTopText( FormOptions $opts ) { $target = $this->getTargetTitle(); if ( $target ) { -- 2.20.1