Ignore tagfilter url parameter on Special:EditTags for log items
authorumherirrender <umherirrender_de.wp@web.de>
Fri, 14 Aug 2015 08:09:36 +0000 (10:09 +0200)
committerumherirrender <umherirrender_de.wp@web.de>
Fri, 14 Aug 2015 08:09:36 +0000 (10:09 +0200)
There is no need to pre-filter the seleteced log items for a tag.
This avoids use of $wgRequest in ChangeTags::modifyDisplayQuery

Similar to I5899a66ad8c500f058ce006c623d3e20c5bf8508

Change-Id: I36c2e2c638dc2418b9fb5b07c46a24235746d99f

includes/changetags/ChangeTagsLogList.php

index fe80695..4526ee3 100644 (file)
@@ -42,7 +42,8 @@ class ChangeTagsLogList extends ChangeTagsList {
                        $queryInfo['fields'],
                        $queryInfo['conds'],
                        $queryInfo['join_conds'],
-                       $queryInfo['options']
+                       $queryInfo['options'],
+                       ''
                );
                return $db->select(
                        $queryInfo['tables'],