ChangeTags: Remove $wgRequest abuse in modifyDisplayQuery()
authorRoan Kattouw <roan.kattouw@gmail.com>
Sat, 15 Jul 2017 02:49:10 +0000 (19:49 -0700)
committerCatrope <roan@wikimedia.org>
Mon, 24 Jul 2017 23:54:13 +0000 (23:54 +0000)
commit9228cb1620e1601d03ff93df5d2d05bcc202b906
tree6f2e4c4f19cb7f046cd490b72de69e7b7ffd505b
parent42383f8faf08f6184ca9d455b3bd8469beed26b0
ChangeTags: Remove $wgRequest abuse in modifyDisplayQuery()

If you omitted the $filter_tag parameter or set it to false,
this would go grab the 'tagfilter' query string parameter from
$wgRequest and use it instead.

Thankfully no callers (in core or extensions) used this scary
misfeature, so we can just remove it.

Change-Id: Ib5d1b9f90989903f99a0d163745879df24f45b6a
includes/changetags/ChangeTags.php