diff options
Diffstat (limited to 'phpBB/search.php')
| -rw-r--r-- | phpBB/search.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/search.php b/phpBB/search.php index 67f6f4dbb5..3cf8cf176b 100644 --- a/phpBB/search.php +++ b/phpBB/search.php @@ -602,6 +602,7 @@ if ($keywords || $author || $author_id || $search_id || $submit) 'PHRASE_SEARCH_DISABLED' => $phrase_search_disabled, + 'REFERER_IS_SEARCH' => (strpos($user->referer, "search.$phpEx") !== false) ? true : false, 'TOTAL_MATCHES' => $total_match_count, 'SEARCH_IN_RESULTS' => ($search_id) ? false : true, |
