We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a3b905 commit 53a2df6Copy full SHA for 53a2df6
1 file changed
ajax/get_validator_itemtype_dropdown.php
@@ -42,7 +42,7 @@
42
if (!Session::haveRight(PluginFormcreatorForm::$rightname, UPDATE)) {
43
http_response_code(403);
44
die();
45
- }
+}
46
47
if (!isset($_POST['itemtype'])) {
48
http_response_code(400);
0 commit comments