* (bug 12588) Fix selection in namespace selector on Special:Newpages
authorBrion Vibber <brion@users.mediawiki.org>
Fri, 11 Jan 2008 21:10:51 +0000 (21:10 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Fri, 11 Jan 2008 21:10:51 +0000 (21:10 +0000)
commit83ece527d751b5f82489056981f195b729bb905d
treec5b273e5c200ab68cc854311e4441d05a7e35d0c
parenta81acf81533ba55fd4db6a42ecad5cface911dbd
* (bug 12588) Fix selection in namespace selector on Special:Newpages
Godawful hack... we'll be frequently passed selected namespaces as strings since PHP is such a shithole.
But we also don't want blanks and nulls and "all"s matching 0, so let's convert *just* string ints to clean ints.
RELEASE-NOTES
includes/Xml.php