File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1034,7 +1034,7 @@ public function refuseAnswers($input) {
10341034 $ input ['save_formanswer ' ] = true ;
10351035
10361036 $ form = new PluginFormcreatorForm ();
1037- $ form ->getFromDB ((int ) $ input ['formcreator_form ' ]);
1037+ $ form ->getFromDB ((int ) $ input ['plugin_formcreator_forms_id ' ]);
10381038
10391039 // Prepare form fields for validation
10401040 if (!$ this ->canValidate ($ form , $ this )) {
@@ -1061,7 +1061,7 @@ public function acceptAnswers($input) {
10611061 $ input ['save_formanswer ' ] = true ;
10621062
10631063 $ form = new PluginFormcreatorForm ();
1064- $ form ->getFromDB ((int ) $ input ['formcreator_form ' ]);
1064+ $ form ->getFromDB ((int ) $ input ['plugin_formcreator_forms_id ' ]);
10651065
10661066 // Prepare form fields for validation
10671067 if (!$ this ->canValidate ($ form , $ this )) {
You can’t perform that action at this time.
0 commit comments