Merge pull request #2645 from samyscoub/master

Fix myql empty graphs
This commit is contained in:
Neil Lathwood
2015-12-18 16:35:29 +00:00

View File

@@ -109,6 +109,7 @@ $mapping = array(
);
$values = array();
unset($fields);
foreach ($mapping as $k => $v) {
$fields[$k] = isset($map[$v]) ? $map[$v] : (-1);
}