"Bsitu" posted a comment on MediaWiki.r107094. URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/107094#c28354
Commit summary for MediaWiki.r107094: Change isset() to array_key_exists(). Calling the former with the latter's parameter list doesn't work. Bsitu's comment: Yes, that's correct, isset() returns false if the value is NULL, thanks for the correction, :) _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
