Fix double-parsing of account creation messages.
authorTyler Anthony Romeo <tylerromeo@gmail.com>
Sun, 30 Jun 2013 20:45:45 +0000 (22:45 +0200)
committerOri.livneh <ori@wikimedia.org>
Thu, 24 Oct 2013 10:16:19 +0000 (10:16 +0000)
commit96a9a3e1019e158b4935b1e61934be8a4d926d82
treeb16be11965d548af04cb7a403c435aa995fa715b
parent2a982e0e13226ea980595e89d976f18e80a46fca
Fix double-parsing of account creation messages.

Account creation messages don't need to be parsed. This is
a temporary fix to follow up when double-parsing was accidentally
added in 69ea4400037 (I402c6bebcfe).

Bug: 44718
Bug: 52191
Change-Id: I333d5468820994625348316ebf6c57d4df025284
includes/Message.php
includes/Status.php
includes/specials/SpecialUserlogin.php