* Use wfMessage() instead of wfMsgGetKey()
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Thu, 3 Feb 2011 17:30:14 +0000 (17:30 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Thu, 3 Feb 2011 17:30:14 +0000 (17:30 +0000)
commitedb12d7aacc06ec054eeb21c5ea496d73beb4f90
treee3a6aad20a86262c6ef89cff106b0eee1acae81d
parent123109719490fb4b48e757d82b5333149298473f
* Use wfMessage() instead of wfMsgGetKey()
* Don't play with $wgLang, pass the Language object to the Message object
* Bug fix: when 'enableparser' is passed without 'args', $1 is no longer replaced by an empty string (the default value on line 92 of the file was null instead of array(), making wfMsgExt() think that this was the value of $1 and thus this was replaced)
includes/api/ApiQueryAllmessages.php