diff options
author | Brett Profitt <brett.profitt@gmail.com> | 2013-01-02 17:25:00 -0500 |
---|---|---|
committer | Brett Profitt <brett.profitt@gmail.com> | 2013-01-02 17:25:00 -0500 |
commit | ff0c20bf6d81b74678e31a3e8dfd101d9a76d633 (patch) | |
tree | 5f6f0d30bb318c9c729b739a38988688c200f034 /mod/search/start.php | |
parent | 3b295750a02fbdb7f3ea6a3d75cf6260df6a2d46 (diff) | |
download | elgg-ff0c20bf6d81b74678e31a3e8dfd101d9a76d633.tar.gz elgg-ff0c20bf6d81b74678e31a3e8dfd101d9a76d633.tar.bz2 |
Fixes #2212. Added profile fields to the user search.
Diffstat (limited to 'mod/search/start.php')
-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 f493508d8..8a112a3a3 100644 --- a/mod/search/start.php +++ b/mod/search/start.php @@ -77,7 +77,7 @@ function search_page_handler($page) { /** * Return a string with highlighted matched queries and relevant context - * Determins context based upon occurance and distance of words with each other. + * Determines context based upon occurance and distance of words with each other. * * @param string $haystack * @param string $query |