User "Yaron Koren" posted a comment on MediaWiki.r102484. Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/102484#c25778 Commit summary:
Fix for r102368 - apparently, the is_null() check was necessary; replaced the checks with calls to empty() Comment: Ah, I didn't think about the "0" thing... the problem was that sometimes the value is null, and sometimes it's blank - which is why I wanted to use empty(), to have just one call in the "if" statement, instead of two - but maybe it'll have to be two. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
