Fix login button label to accept RawMessage.
authorCicalese <cindom@gmail.com>
Tue, 17 Oct 2017 17:58:28 +0000 (17:58 +0000)
committerCicalese <cindom@gmail.com>
Tue, 17 Oct 2017 18:05:20 +0000 (18:05 +0000)
commitb1ddb0cef127d75e2045d4cc3aba4d612b2f7676
tree66ade6f7959c4e7b54d7f4d378a86ae9a37fe978
parent810a04d6387cb29324a3c83e6c7baf343b6e4b1c
Fix login button label to accept RawMessage.

The label is already a Message at this point. For Messages that
are not RawMessages, the call to wfMessage() does not do any harm.
However, for RawMessages, it causes the label to appear in <>.
Removing the call to wfMessage() does not harm regular Messages
and fixes the problem for RawMessages.

Change-Id: I943628e2a1fbf6fff579dd52c1058ca2ef125d34
includes/specialpage/AuthManagerSpecialPage.php