Fix GUI for Special:Tags if a user has deletechangetags permission only
authorMGChecker <hgasuser@gmail.com>
Fri, 13 May 2016 22:10:24 +0000 (00:10 +0200)
committerMGChecker <hgasuser@gmail.com>
Sat, 14 May 2016 11:16:03 +0000 (13:16 +0200)
commita9ede85179a0e7ec913446e9d6b4691f813e90dc
tree9b1cb09320f5e63d1b45dded254cef3791fc1177
parent0583d261bbc5d9d2fb569e0f9c87043e9ca5a717
Fix GUI for Special:Tags if a user has deletechangetags permission only

In the really rare case a user has got the deletechangetags, but not the
managechangetags permission, the links to delete tags aren't displayed (because
the script only built the table column in this case). By API, deletechangetags
already works properly without managechangetags.

Change-Id: I675813ba62e6188d650c5486408dbe56e9290ca6
includes/specials/SpecialTags.php