diff --git a/html/includes/common/globe.inc.php b/html/includes/common/globe.inc.php
index d703a716e..be0faec90 100644
--- a/html/includes/common/globe.inc.php
+++ b/html/includes/common/globe.inc.php
@@ -39,6 +39,7 @@ $temp_output .= "
$locations = array();
foreach (getlocations() as $location) {
+ $location = mres($location);
$devices = array();
$devices_down = array();
$devices_up = array();