Bug 33482 - Api incorrectly calls ApiBase::parseMultiValue if allowed values is given...
authorJohn Du Hart <johnduhart@users.mediawiki.org>
Tue, 3 Jan 2012 11:02:26 +0000 (11:02 +0000)
committerJohn Du Hart <johnduhart@users.mediawiki.org>
Tue, 3 Jan 2012 11:02:26 +0000 (11:02 +0000)
commitef616c24b00d0e19f0e5471dbef21d7b84d68650
tree6087c7862016612f59a501d5c478a0f635e4d24f
parent3d1af7af866581cdd11c34f639c0685f25044c31
Bug 33482 - Api incorrectly calls ApiBase::parseMultiValue if allowed values is given as an array

Simply means that if you have an array of acceptable values and you only accept one at a time, you can have pipes in the allowed values.
RELEASE-NOTES-1.19
includes/api/ApiBase.php