* Use local context to get messages
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sun, 23 Oct 2011 08:13:52 +0000 (08:13 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sun, 23 Oct 2011 08:13:52 +0000 (08:13 +0000)
commit500561e5d12f6aacc91f4172cc97affcc2871bdf
tree97e048b187b8832a994d9259b01628eb9d5f5041
parenta9432cfd8b43d036c71b56da95d816f06c5862bd
* Use local context to get messages
* Simply use getLang() instead of getContext()->getLang() now that this method exists
* Also changed addWikiMsgArray() to use a Message object with addWikiText() for the parse operation; removed its $options parameter, no caller was using it
includes/OutputPage.php