Fix exception on parse due wfMsgExt() -> wfMessage()
authorTim Starling <tstarling@wikimedia.org>
Mon, 27 Aug 2012 00:40:27 +0000 (10:40 +1000)
committerTim Starling <tstarling@wikimedia.org>
Mon, 27 Aug 2012 00:40:27 +0000 (10:40 +1000)
commitc39ba9706ae44ad7f302957e51cd2cef3d9a7242
treec63fd573bd8d37ca219478baecfc961b1bec8569
parent28a03f63901446725b444f750ebd9e6ca7c2b165
Fix exception on parse due wfMsgExt() -> wfMessage()

Replacing wfMsgExt() with wfMessage() in 4e1ccf0 causes an exception on
parse when the defaults are used for $current and $max. I don't know if
there are other similar fatal errors caused by that set of commits.

Change-Id: I84cfdede844bb2dd3c106721b972ed1cd8bfe480
includes/parser/Parser.php