Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2016-10-28 08:38:49 +02:00 committed by Dietmar Maurer
parent 08ffd3f3dd
commit 8b6e737a75

View File

@ -720,7 +720,7 @@ sub check_object {
check_prop($value, $requires, $path, $errors); check_prop($value, $requires, $path, $errors);
} elsif (!defined($value->{$requires})) { } elsif (!defined($value->{$requires})) {
add_error($errors, $path ? "$path.$requires" : $requires, add_error($errors, $path ? "$path.$requires" : $requires,
"missing property - '$newpath' requiers this property"); "missing property - '$newpath' requires this property");
} }
} }