Don't explicitly check for false. Most modules without params return an empty array...
authorChad Horohoe <demon@users.mediawiki.org>
Thu, 7 May 2009 20:02:20 +0000 (20:02 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Thu, 7 May 2009 20:02:20 +0000 (20:02 +0000)
commitc5ae50df419e4f483963cccec9be476358bf2efd
treeacd87188287966251893639ed507001e13481428
parent0ea3a0c7daca852c3ea8fce8514222ba7677fc1c
Don't explicitly check for false. Most modules without params return an empty array rather than false, in which case we still don't want to output this.
includes/api/ApiBase.php