aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Downloads.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Downloads.php')
-rw-r--r--lib/Downloads.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Downloads.php b/lib/Downloads.php
index b96111dbd..1a31c8082 100644
--- a/lib/Downloads.php
+++ b/lib/Downloads.php
@@ -242,8 +242,8 @@ class Downloads
if (is_null($country))
{
require_once realpath(__DIR__ . '/mga_geoip.php');
- $country = mga_geoip_country_by_ip($ip, false);
- $continent = mga_geoip_continent_by_country($country);
+ $country = MGA_Geoip::mga_geoip_country_by_ip($ip, false);
+ $continent = MGA_Geoip::mga_geoip_continent_by_country($country);
$fuzzy_mirror = true;
$_SESSION['country'] = $country;
$_SESSION['continent'] = $continent;