diff --git a/phpBB/search.php b/phpBB/search.php index 79169a5924..d32ed4b959 100644 --- a/phpBB/search.php +++ b/phpBB/search.php @@ -1184,7 +1184,7 @@ $template->assign_vars(array( "L_SEARCH_PREVIOUS" => $lang['Search_previous'], "L_DISPLAY_RESULTS" => $lang['Display_results'], - "S_SEARCH_ACTION" => append_sid("search.$phpEx"), + "S_SEARCH_ACTION" => append_sid("search.$phpEx?mode=results"), "S_CHARACTER_OPTIONS" => $s_characters, "S_FORUM_OPTIONS" => $s_forums, "S_CATEGORY_OPTIONS" => $s_categories, @@ -1197,4 +1197,4 @@ $template->pparse("body"); include($phpbb_root_path . 'includes/page_tail.'.$phpEx); -?> \ No newline at end of file +?>