Added append_sid() where possible
This commit is contained in:
@@ -22,7 +22,7 @@ if (!defined('IN_PORTAL'))
|
||||
|
||||
$template->assign_vars(array(
|
||||
'S_DISPLAY_PORTALSEARCH' => true,
|
||||
'S_SEARCH_ACTION' => "{$phpbb_root_path}search.$phpEx",
|
||||
'S_SEARCH_ACTION' => append_sid("{$phpbb_root_path}search.$phpEx"),
|
||||
|
||||
));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user