Skip to content
Snippets Groups Projects
Commit 719cec4b authored by Jared Hancock's avatar Jared Hancock
Browse files

oops: Fix mis-merge and install crash

parent da995ea5
Branches
Tags
No related merge requests found
...@@ -198,7 +198,7 @@ class DynamicForm extends VerySimpleModel { ...@@ -198,7 +198,7 @@ class DynamicForm extends VerySimpleModel {
$inst->save(); $inst->save();
foreach ($ht['fields'] as $f) { foreach ($ht['fields'] as $f) {
$field = DynamicFormField::create(array('form' => $inst) + $f); $field = DynamicFormField::create(array('form' => $inst) + $f);
$f->save(); $field->save();
} }
} }
return $inst; return $inst;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment