Fix tags not being set in Special:Block
authorJustin Du <justin.d128@gmail.com>
Fri, 27 Jan 2017 15:31:47 +0000 (09:31 -0600)
committerMtDu <justin.d128@gmail.com>
Sun, 29 Jan 2017 18:22:18 +0000 (18:22 +0000)
commitf37a6d97b5f37d03fe780cf1bdc5c6fdd320b300
tree5aa5d7c7ec287c7ff582c96fa59a4e7d1000dde2
parentdb525c78e66647d70319f5bee9a6bbf337b06fa0
Fix tags not being set in Special:Block

Currently, a PHP error is thrown when tags are not set
in Special:Block on line 832. This patch fixes this
by adding an extra isset() check to see if the tags
variable is set.

Bug: T156486
Change-Id: Ib8722bffbcac5953263ded41eceb3d389d0932f0
includes/specials/SpecialBlock.php