Unblock form handling: Check for 'Tags' index in $data from UI before trying to access it
authorAlex Monk <krenair@gmail.com>
Fri, 25 Mar 2016 04:05:39 +0000 (04:05 +0000)
committerAlex Monk <krenair@gmail.com>
Fri, 25 Mar 2016 17:27:56 +0000 (17:27 +0000)
commita1dfe476c3686598fdf347ecc93502c5a47423f5
tree129cc43703870057b13c1aac5eee4b7b79b8d4ba
parent3261508d4d0ee9f8edc04b0ede53882e47029b1a
Unblock form handling: Check for 'Tags' index in $data from UI before trying to access it

Was showing this notice:
Undefined index: Tags in /path/to/mw/includes/specials/SpecialUnblock.php on line 241

The API sets this but the UI does not

Change-Id: Ibf31c2b9be4d4b621d1745fd87550a383c389f12
includes/specials/SpecialUnblock.php