Fix bug "map can only contains strings as keys and values (false of type bool given)"

This commit is contained in:
Meritoo
2018-07-19 22:22:32 +02:00
parent 3583d08561
commit 3bf6c778e5
+1 -1
View File
@@ -6,6 +6,6 @@
"config/": "%CONFIG_DIR%/"
},
"env": {
"MERITOO_FORM_NOVALIDATE": false
"MERITOO_FORM_NOVALIDATE": "false"
}
}