Provide correct param to Special:Log
authorMatěj Suchánek <matejsuchanek97@gmail.com>
Wed, 18 Jul 2018 13:59:04 +0000 (15:59 +0200)
committerMatěj Suchánek <matejsuchanek97@gmail.com>
Wed, 18 Jul 2018 14:00:28 +0000 (14:00 +0000)
Follows up Iba3c6aa5ac40dcdee0792c2d045b238b02d76521.

Bug: T117737
Change-Id: I90bb55eba4c3b4846da2394798ad6a2ac6fc9eca

includes/specials/SpecialEditTags.php

index 3db7eda..b657335 100644 (file)
@@ -166,7 +166,7 @@ class SpecialEditTags extends UnlistedSpecialPage {
                                [],
                                [
                                        'page' => $this->targetObj->getPrefixedText(),
-                                       'hide_tag_log' => '0',
+                                       'wpfilters' => [ 'tag' ],
                                ]
                        );
                        if ( !$this->targetObj->isSpecialPage() ) {