Commit a2542cc9 authored by Dietmar Maurer's avatar Dietmar Maurer

use new syntax for PVE::JSONSchema::get_options

parent 05e01237
......@@ -111,7 +111,7 @@ sub parse_vzdump_cron_config {
die "unable to parse day of week '$dow' in '$filename'\n" if !$dowhash;
my $args = PVE::Tools::split_args($param);
my $opts = PVE::JSONSchema::get_options($vzdump_propetries, $args, undef, undef, 'vmid');
my $opts = PVE::JSONSchema::get_options($vzdump_propetries, $args, 'vmid');
$opts->{id} = "$digest:$jid";
$jid++;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment