Merge pull request #1578 from laf/globe-fix

Added mres around location
This commit is contained in:
Daniel Preussker
2015-08-01 10:09:10 +00:00
+1
View File
@@ -39,6 +39,7 @@ $temp_output .= "
$locations = array();
foreach (getlocations() as $location) {
$location = mres($location);
$devices = array();
$devices_down = array();
$devices_up = array();