mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Merged revisions 50487 via svnmerge from
http://svn.silverstripe.com/open/modules/sapphire/branches/2.2.2 ........ r50487 | sminnee | 2008-03-03 21:57:26 +1300 (Mon, 03 Mar 2008) | 1 line #2287 - Removed notice-level error when geoip's not installed ........ git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@50869 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
ab7fbbb350
commit
11074f013f
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user