Make HTMLForm::formatErrors non-static to can parse message in context
authorumherirrender <umherirrender_de.wp@web.de>
Sat, 13 Dec 2014 11:08:45 +0000 (12:08 +0100)
committerumherirrender <umherirrender_de.wp@web.de>
Fri, 19 Dec 2014 15:31:55 +0000 (16:31 +0100)
commitcbdc6e53feb5b3b455f4ace232f371bd1408baaf
tree77686ba5dc5fb5073b9ef1cec65f4f643184fbd4
parentf29bed53df96e26176f8a1ac4e87f0977608b77b
Make HTMLForm::formatErrors non-static to can parse message in context

One call in core already called it non-static

Avoid:
[GlobalTitleFail] MessageCache::parse called by
Message::toString/Message::parseText/MessageCache::parse with no title
set

Change-Id: Ic91e715177c0a4578825640a31ec68ecba3176e0
includes/htmlform/HTMLForm.php
includes/specials/SpecialBlock.php