RecentChangesLinked: 'tagfilter' option already set in parent
authorumherirrender <umherirrender_de.wp@web.de>
Sun, 21 Oct 2012 15:26:23 +0000 (17:26 +0200)
committerumherirrender <umherirrender_de.wp@web.de>
Sun, 21 Oct 2012 15:26:23 +0000 (17:26 +0200)
Inside SpecialRecentChanges::getDefaultOptions() the 'tagfilter' option
is already set, so there is no need to do it a second time.

Change-Id: If89cf65a19676a4c6efa82883544b74e08961c62

includes/specials/SpecialRecentchangeslinked.php

index 862736d..40ebc2f 100644 (file)
@@ -37,7 +37,6 @@ class SpecialRecentchangeslinked extends SpecialRecentChanges {
                $opts = parent::getDefaultOptions();
                $opts->add( 'target', '' );
                $opts->add( 'showlinkedto', false );
-               $opts->add( 'tagfilter', '' );
                return $opts;
        }