diff --git a/security/Geoip.php b/security/Geoip.php index ee725bb93..67552c745 100755 --- a/security/Geoip.php +++ b/security/Geoip.php @@ -293,7 +293,6 @@ class Geoip extends Object { // Note: At time of writing, $result is always zero for this program if ($code == 127) { - user_error("ip2country($address) cannot find or run geoiplookup executable.", E_USER_NOTICE); return false; }