$value should come in as a string (if it doesn't, trim() will cast it to one anyway...
authorAaron Schulz <aaron@users.mediawiki.org>
Fri, 21 Mar 2008 06:28:02 +0000 (06:28 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Fri, 21 Mar 2008 06:28:02 +0000 (06:28 +0000)
commit7389d070572b08048132043ebecd10ad70a9b2ef
tree717f499c009ce0551062a660da1ac5d8faac97ec
parentdfa7f0ae40b44805534ee888fef45f378762e79f
$value should come in as a string (if it doesn't, trim() will cast it to one anyway). Once trimmed, a truly empty list should be "" not "0". This fixes the massive namespace param breakage.
includes/api/ApiBase.php