"Reedy" posted a comment on MediaWiki.r106349.
URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/106349#c27769

Commit summary for MediaWiki.r106349:

fix for CR comment c27766 on r106128

Reedy's comment:

<pre>
-               $noticeHtml = empty( $this->data['noticeHtml'] ) ? '' : 
$this->data['noticeHtml'];
+               $noticeHtml = ( isset( $this->data['noticeHtml'] ) ) ? '' : 
$this->data['noticeHtml'];
</pre>

Wrong way round me thinks

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

Reply via email to