aboutsummaryrefslogtreecommitdiffstats
path: root/en/downloads
diff options
context:
space:
mode:
Diffstat (limited to 'en/downloads')
-rw-r--r--en/downloads/get/index.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/en/downloads/get/index.php b/en/downloads/get/index.php
index d9fd01b84..9b1476893 100644
--- a/en/downloads/get/index.php
+++ b/en/downloads/get/index.php
@@ -104,6 +104,9 @@ try {
continue;
foreach ($mirs as $mir):
+ if (!array_key_exists($country, $countries)) {
+ $countries[$country] = "country: $country";
+ }
$g_mirs2[$countries[$country]][$mir['city']][] = $mir['url'];
endforeach;
endforeach;