From: umherirrender Date: Fri, 14 Aug 2015 08:09:36 +0000 (+0200) Subject: Ignore tagfilter url parameter on Special:EditTags for log items X-Git-Tag: 1.31.0-rc.0~10430 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/fiche.php?a=commitdiff_plain;h=a504e676ba80e141e928682d5b8299a0f4d42f24;p=lhc%2Fweb%2Fwiklou.git Ignore tagfilter url parameter on Special:EditTags for log items 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 --- diff --git a/includes/changetags/ChangeTagsLogList.php b/includes/changetags/ChangeTagsLogList.php index fe80695fa2..4526ee31da 100644 --- a/includes/changetags/ChangeTagsLogList.php +++ b/includes/changetags/ChangeTagsLogList.php @@ -42,7 +42,8 @@ class ChangeTagsLogList extends ChangeTagsList { $queryInfo['fields'], $queryInfo['conds'], $queryInfo['join_conds'], - $queryInfo['options'] + $queryInfo['options'], + '' ); return $db->select( $queryInfo['tables'],