Moved wfIsLocallyBlockedProxy() to User::isLocallyBlockedProxy() to put it near other...
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sun, 19 Jun 2011 12:57:31 +0000 (12:57 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sun, 19 Jun 2011 12:57:31 +0000 (12:57 +0000)
commite663f9bce630dbe4d9c1a0767c751c1c92c91551
tree77007a6d89754660736cdd4688f57d3fefdcb5a2
parent7ea7f9c238b33560b96678a19a3c2e8de1adaa11
Moved wfIsLocallyBlockedProxy() to User::isLocallyBlockedProxy() to put it near other proxy checks. No other call to that function in core or extension.

Also added a check to not execute a part of User::getBlockedStatus() if $ip is null.
includes/ProxyTools.php
includes/User.php