We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b398c43 commit 9e64a7dCopy full SHA for 9e64a7d
1 file changed
server/mods-available/monitor_core_module.inc.php
@@ -320,7 +320,7 @@ function monitorCpu()
320
$key = trim($part[0]);
321
$value = trim($part[1]);
322
if($key == 'processor') $processor = intval($value);
323
- $data[$key.' '.$processor] = $value;
+ if($key != '') $data[$key.' '.$processor] = $value;
324
}
325
326
/* the cpu has no state. It is, what it is */
0 commit comments