From: Reedy Date: Tue, 12 Aug 2014 18:48:29 +0000 (+0100) Subject: Remove duplicate override in SpecialRecentchangeslinked.php X-Git-Tag: 1.31.0-rc.0~14468^2 X-Git-Url: http://git.cyclocoop.org/%22.htmlspecialchars%28%24url_syndic%29.%22?a=commitdiff_plain;h=e3825bf76d6c1db04f8deadf054cdc072c53b5d6;p=lhc%2Fweb%2Fwiklou.git Remove duplicate override in SpecialRecentchangeslinked.php Causes bug in FR Change-Id: I5efa8953e6e6717ba043fa13a652f1dfcf936bf2 --- 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 ) {