Deduplicate input in Special:Contributions

Bug: T120542
Change-Id: I129bf2cf826439b873c3bf590f784ea24ab6181d
This commit is contained in:
Ltrlg 2015-12-06 02:08:44 +01:00
parent 55ba12d6c4
commit d3c6d72747

View file

@ -465,7 +465,8 @@ class SpecialContributions extends IncludableSpecialPage {
'month',
'topOnly',
'newOnly',
'associated'
'associated',
'tagfilter'
);
foreach ( $this->opts as $name => $value ) {