User "Nikerabbit" changed the status of MediaWiki.r102368.

Old Status: deferred
New Status: fixme

User "Nikerabbit" also posted a comment on MediaWiki.r102368.

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

Follow up to r102365;

Comment:

<pre>
-               if ( $params !== '' ) {
+               if ( !is_null( $params ) && $params !== '' ) {
</pre>

is_null check is redundant.

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

Reply via email to