1
0
mirror of https://github.com/typemill/typemill.git synced 2025-07-30 10:50:17 +02:00

fix bug 493

This commit is contained in:
snailcatcher
2024-10-05 19:41:51 +00:00
parent 1661c301e1
commit f114b14c28

View File

@@ -29,7 +29,7 @@ class Fields
{
# if it is a fieldset, then create a subset for the containing field and read them with a recursive function
$subSettings = $objectSettings;
$subSettings['forms'] = $fieldConfigurations;
$subSettings[$formType] = $fieldConfigurations;
$fieldset = array();
$fieldset['type'] = 'fieldset';