Deduplicate input in Special:Contributions
authorLtrlg <ltrlg.wp@gmail.com>
Sun, 6 Dec 2015 01:08:44 +0000 (02:08 +0100)
committerLtrlg <ltrlg.wp@gmail.com>
Sun, 6 Dec 2015 01:16:18 +0000 (02:16 +0100)
Bug: T120542
Change-Id: I129bf2cf826439b873c3bf590f784ea24ab6181d

includes/specials/SpecialContributions.php

index 5f7c587..71d2b23 100644 (file)
@@ -465,7 +465,8 @@ class SpecialContributions extends IncludableSpecialPage {
                        'month',
                        'topOnly',
                        'newOnly',
-                       'associated'
+                       'associated',
+                       'tagfilter'
                );
 
                foreach ( $this->opts as $name => $value ) {