aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes')
-rw-r--r--phpBB/includes/acp/acp_search.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/acp/acp_search.php b/phpBB/includes/acp/acp_search.php
index 2f68949834..f15a75e9a1 100644
--- a/phpBB/includes/acp/acp_search.php
+++ b/phpBB/includes/acp/acp_search.php
@@ -254,7 +254,7 @@ class acp_search
$submit = $request->is_set_post('submit', false);
$form_key = 'acp_search';
- //add_form_key($form_key);
+ add_form_key($form_key);
if (!check_form_key($form_key) && in_array($action, array('delete', 'create')))
{