mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 08:40:24 +00:00
Fix use of uninitialized value warning
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user