LoginSignupSpecialPage: Reduce hackiness of "You are already logged in" warning
authorBartosz Dziewoński <matma.rex@gmail.com>
Sat, 17 Sep 2016 14:24:34 +0000 (16:24 +0200)
committerBartosz Dziewoński <matma.rex@gmail.com>
Sat, 17 Sep 2016 14:33:40 +0000 (16:33 +0200)
commitafeef98df2dc63487a1fef9f124a8d1dfc7cdef5
tree168c278c9425e8e53791a63783a7fb0054ea1161
parent3706dcb5c712bfe7d93d7aa472be1139a2a5022a
LoginSignupSpecialPage: Reduce hackiness of "You are already logged in" warning

Use HTMLForm's built-in error/warning handling, rather than generate
the HTML ourselves. Depends on I9a27911613e62b5c4cb86bea40696cb37c4f49c2.

Change-Id: I80dd9dfcd546a50479ebe07b267105cfd4677fc7
includes/specialpage/LoginSignupSpecialPage.php