"Catrope" posted a comment on MediaWiki.r107094.
URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/107094#c28358

Commit summary for MediaWiki.r107094:

Change isset() to array_key_exists(). Calling the former with the latter's 
parameter list doesn't work.

Catrope's comment:

Yes, but you'd have to pass it the correct parameters, i.e. <code>isset( 
$foo[$bar] )</code> as opposed to <code>isset( $bar, $foo )</code> .

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

Reply via email to