We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b2051f commit 1a40790Copy full SHA for 1a40790
1 file changed
front/formdisplay.php
@@ -46,6 +46,7 @@
46
if (isset($_REQUEST['id'])
47
&& is_numeric($_REQUEST['id'])) {
48
49
+ $form->check($_REQUEST['id'], READ);
50
if ($form->getFromDB((int) $_REQUEST['id'])) {
51
52
if ($form->fields['access_rights'] != PluginFormcreatorForm::ACCESS_PUBLIC) {
0 commit comments