diff --git a/phpBB/search.php b/phpBB/search.php index 741580c21c..9503215a00 100644 --- a/phpBB/search.php +++ b/phpBB/search.php @@ -1047,7 +1047,7 @@ if (!empty($_EXTRA_URL)) } $template->assign_vars(array( - 'S_SEARCH_ACTION' => append_sid('search'), + 'S_SEARCH_ACTION' => append_sid('search', false, true, 0), // We force no ?sid= appending by using 0 'S_HIDDEN_FIELDS' => build_hidden_fields($s_hidden_fields), 'S_CHARACTER_OPTIONS' => $s_characters, 'S_FORUM_OPTIONS' => $s_forums,