summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules_v3/faq/module.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules_v3/faq/module.php b/modules_v3/faq/module.php
index 34c9ade868..6d20950d30 100644
--- a/modules_v3/faq/module.php
+++ b/modules_v3/faq/module.php
@@ -158,6 +158,7 @@ class faq_WT_Module extends WT_Module implements WT_Module_Menu, WT_Module_Block
// "Help for this page" link
echo '<div id="page_help">', help_link('add_faq_item', $this->getName()), '</div>';
echo '<form name="faq" method="post" action="module.php?mod=', $this->getName(), '&amp;mod_action=admin_edit">';
+ echo WT_Filter::getCsrf();
echo '<input type="hidden" name="save" value="1">';
echo '<input type="hidden" name="block_id" value="', $block_id, '">';
echo '<table id="faq_module">';