diff --git a/src/PVE/SectionConfig.pm b/src/PVE/SectionConfig.pm index 77d0c17..78a7abe 100644 --- a/src/PVE/SectionConfig.pm +++ b/src/PVE/SectionConfig.pm @@ -1610,7 +1610,7 @@ C<$config>. =cut -sub delete_from_config { +my sub delete_from_config { my ($config, $option_schema, $new_options, $to_delete) = @_; for my $k ($to_delete->@*) {