Aaron Schulz has submitted this change and it was merged. Change subject: Fix exception on parse due wfMsgExt() -> wfMessage() ......................................................................
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 --- M includes/parser/Parser.php 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Aaron Schulz: Looks good to me, approved jenkins-bot: Verified -- To view, visit https://gerrit.wikimedia.org/r/21543 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I84cfdede844bb2dd3c106721b972ed1cd8bfe480 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Tim Starling <[email protected]> Gerrit-Reviewer: Aaron Schulz <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
