mirror of
https://github.com/unraid/webgui.git
synced 2026-01-13 21:20:01 -06:00
Dashboard: suppress PHP warnings
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user