Fix incorrect validator for command arguments

fixes #9436
This commit is contained in:
Gunnar Beutner 2015-06-18 08:13:40 +02:00
parent f6c5f58dec
commit 9238c5af11

View File

@ -44,6 +44,7 @@ validator Command {
Dictionary arguments { Dictionary arguments {
String "*"; String "*";
Function "*";
Dictionary "*" { Dictionary "*" {
String key; String key;
String value; String value;