From 5349280538df70d63c5e6f91e7f4e6ecad01d23d Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Thu, 18 Sep 2008 15:25:45 +0000 Subject: [PATCH] Pass S_SEARCH_ACTION through append_sid() in search.php. (Bug #21585) git-svn-id: file:///svn/phpbb/trunk@8886 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/search.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,