mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-14 17:27:54 +00:00
use new syntax for PVE::JSONSchema::get_options
This commit is contained in:
parent
ecf9cd1ecc
commit
4baf5d13d1
@ -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++;
|
||||
|
Loading…
Reference in New Issue
Block a user