User "Werdna" changed the status of MediaWiki.r85994.

Old Status: new
New Status: fixme

User "Werdna" also posted a comment on MediaWiki.r85994.

Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/85994#c19652
Commit summary:

Unbundle OutputPage::showErrorPage() in Exception.php to allow ErrorPageError 
objects to be passed a Message object for a more complicated display.

Comment:

+               if( $msg instanceof Message ){
+                       parent::__construct( $msg );
+               } else {
+                       parent::__construct( wfMsg( $msg ) );
+               }

Should this be reversed?

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to