Dashboard: suppress PHP warnings

This commit is contained in:
bergware
2019-01-18 17:39:58 +01:00
parent 4acade1117
commit dc8683ac4e

View File

@@ -222,7 +222,7 @@ function array_group($type) {
}
}
function extra_group(&$disks) {
global $disks,$error,$warning,$red,$orange,$fail,$smart,$full,$high;
global $error,$warning,$red,$orange,$fail,$smart,$full,$high;
foreach ($disks as $disk) {
$name = $disk['device'];
$port = port_name($name);