diff options
-rw-r--r-- | mod/search/start.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/search/start.php b/mod/search/start.php index 8a6f30e6b..5767e65ff 100644 --- a/mod/search/start.php +++ b/mod/search/start.php @@ -78,7 +78,7 @@ function search_page_handler($page) { * Determins context based upon occurance and distance of words with each other. * * @param string $haystack - * @param array $query + * @param string $query * @param int $min_match_context = 30 * @param int $max_length = 300 * @return string |