User "Happy-melon" posted a comment on MediaWiki.r85994. Full URL: https://secure.wikimedia.org/wikipedia/mediawiki/wiki/Special:Code/MediaWiki/85994#c19691 Commit summary:
Unbundle OutputPage::showErrorPage() in Exception.php to allow ErrorPageError objects to be passed a Message object for a more complicated display. Comment: Don't think so: the parent constructor expects message text (or something it can pretend to be text), so if it's already a Message object pass that straight through, otherwise assume it's a message key and get the text via wfMsg() as before. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
