mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
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
This commit is contained in:
parent
24da8c474d
commit
5349280538
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue