"Johnduhart" posted a comment on MediaWiki.r108187. URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/108187#c29116
Commit summary for MediaWiki.r108187: Adding "Show unanswered" filter to feedback dashboard Johnduhart's comment: API code looks fine however, <pre>+ ApiBase::PARAM_TYPE => array( '1', '0' ),</pre> Instead of having a 0/1 parameter, make it so that it works based on if the parameter is set (This is how it's usually done) _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
