From bcd458df6140ebf89b0861be92c2b68e6e519d9e Mon Sep 17 00:00:00 2001 From: umherirrender Date: Sun, 21 Oct 2012 17:26:23 +0200 Subject: [PATCH] RecentChangesLinked: 'tagfilter' option already set in parent 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 | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/specials/SpecialRecentchangeslinked.php b/includes/specials/SpecialRecentchangeslinked.php index 862736d3f8..40ebc2fe4f 100644 --- a/includes/specials/SpecialRecentchangeslinked.php +++ b/includes/specials/SpecialRecentchangeslinked.php @@ -37,7 +37,6 @@ class SpecialRecentchangeslinked extends SpecialRecentChanges { $opts = parent::getDefaultOptions(); $opts->add( 'target', '' ); $opts->add( 'showlinkedto', false ); - $opts->add( 'tagfilter', '' ); return $opts; } -- 2.20.1