diff --git a/system-status/system-status-lib.pl b/system-status/system-status-lib.pl index 71b0aa48c..96b816520 100755 --- a/system-status/system-status-lib.pl +++ b/system-status/system-status-lib.pl @@ -89,7 +89,7 @@ if (defined(&proc::get_cpu_io_usage)) { } # Regenerate OS cache -if ($manual eq 'manual') { +if (defined($manual) && $manual eq 'manual') { if (&foreign_available('webmin')) { &foreign_require("webmin"); &webmin::detect_operating_system();