Deduplicate input in Special:Contributions
Bug: T120542 Change-Id: I129bf2cf826439b873c3bf590f784ea24ab6181d
This commit is contained in:
parent
55ba12d6c4
commit
d3c6d72747
1 changed files with 2 additions and 1 deletions
|
|
@ -465,7 +465,8 @@ class SpecialContributions extends IncludableSpecialPage {
|
|||
'month',
|
||||
'topOnly',
|
||||
'newOnly',
|
||||
'associated'
|
||||
'associated',
|
||||
'tagfilter'
|
||||
);
|
||||
|
||||
foreach ( $this->opts as $name => $value ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue