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