mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
handle undefined vars
This commit is contained in:
@@ -306,6 +306,10 @@ if (%$changes) {
|
||||
close($CHANGELOG);
|
||||
}
|
||||
|
||||
$depends //= "";
|
||||
$force_theme //= "";
|
||||
$istheme //= "";
|
||||
|
||||
# Create the pre-install script, which checks if Webmin is installed
|
||||
open(my $PREINSTALL, ">", "$preinstall_file");
|
||||
no warnings "uninitialized";
|
||||
|
||||
Reference in New Issue
Block a user