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

Merge remote branch 'upstream/develop' into develop-next

parents 2111105b 7d24ddee
No related branches found
No related tags found
No related merge requests found
...@@ -123,6 +123,8 @@ if($_POST) { ...@@ -123,6 +123,8 @@ if($_POST) {
$field->set('form_id', $form->get('id')); $field->set('form_id', $form->get('id'));
$field->save(); $field->save();
} }
// No longer adding a new form
unset($_REQUEST['a']);
} }
} }
if ($errors) if ($errors)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment