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
1 changed files with 1 additions and 0 deletions

View File

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