Made provideIPCIDRs() not add a '/' if there is no prefix length. Fixes bug 31234.
authorAaron Schulz <aaron@users.mediawiki.org>
Sat, 1 Oct 2011 04:54:44 +0000 (04:54 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Sat, 1 Oct 2011 04:54:44 +0000 (04:54 +0000)
commit9ac53dcc3bbb3d428c02a05104d2a848a090ddaf
tree6592c93330027cc4fc39b178c5ae652d840641ca
parent9b2cff1c2ddfd8e448028e3c2009b16525d235fb
Made provideIPCIDRs() not add a '/' if there is no prefix length. Fixes bug 31234.
includes/IP.php
includes/resourceloader/ResourceLoader.php
tests/phpunit/includes/IPTest.php