summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/forms.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/include/forms.inc.php')
-rw-r--r--frontends/php/include/forms.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/include/forms.inc.php b/frontends/php/include/forms.inc.php
index 998ed7b5..9a18ba19 100644
--- a/frontends/php/include/forms.inc.php
+++ b/frontends/php/include/forms.inc.php
@@ -1826,7 +1826,7 @@
$uid=null;
- $frmAction = new CFormTable(S_ACTION,'actionconf.php');
+ $frmAction = new CFormTable(S_ACTION,'actionconf.php','post');
$frmAction->SetHelp('web.actions.action.php');
$conditions = get_request("conditions",array());