Skip to content

Commit 6057cad

Browse files
committed
fix(section): fix creation of section with abusive escape
the iissue #940 was not completely solved fix #940
1 parent 1296925 commit 6057cad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

inc/section.class.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ public function prepareInputForAdd($input) {
8888
Session::addMessageAfterRedirect(__('The title is required', 'formcreator'), false, ERROR);
8989
return [];
9090
}
91-
$input['name'] = addslashes($input['name']);
9291

9392
// generate a uniq id
9493
if (!isset($input['uuid'])

0 commit comments

Comments
 (0)