* Fixed regression in blocking of username '0'
authorBrion Vibber <brion@users.mediawiki.org>
Fri, 3 Aug 2007 08:51:55 +0000 (08:51 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Fri, 3 Aug 2007 08:51:55 +0000 (08:51 +0000)
commit977977e314d4ab43c51824661fcc4f380bd0c6bf
treec778f12d3990a8419b102f28c19c70904e9e8351
parent04b6b2e1138c70ad1c3de82c847459f498a7e150
* Fixed regression in blocking of username '0'

IP::sanitizeIP() for some reason is used to return IP-or-something-that's-not-an-IP, but was incorrectly checking for empties. Thus for '0' input it returned NULL instead of '0'.
RELEASE-NOTES
includes/IP.php