Remove duplicate override in SpecialRecentchangeslinked.php
authorReedy <reedy@wikimedia.org>
Tue, 12 Aug 2014 18:48:29 +0000 (19:48 +0100)
committerReedy <reedy@wikimedia.org>
Tue, 12 Aug 2014 18:48:29 +0000 (19:48 +0100)
Causes bug in FR

Change-Id: I5efa8953e6e6717ba043fa13a652f1dfcf936bf2

includes/specials/SpecialRecentchangeslinked.php

index 9700638..c000a8d 100644 (file)
@@ -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 ) {