Followup r74230, if we make things array, we should make them not an array afterwards
authorSam Reed <reedy@users.mediawiki.org>
Sun, 3 Oct 2010 20:07:23 +0000 (20:07 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Sun, 3 Oct 2010 20:07:23 +0000 (20:07 +0000)
commit69107791dbd891513d161e7c6b2b11ffd9c4d892
tree209cd24022340a736846c76ea1b848e8150c60ce
parentf922d0a7519510a086f0fa441aa731e2d05256f0
Followup r74230, if we make things array, we should make them not an array afterwards

Well, the more sane way, is just treat them seperately, than having to do $value = $value[0];, based on whether it was an array already

Cheers to Siebrand (was already poking it myself :))
includes/api/ApiBase.php