diff options
author | millette <millette@controlyourself.ca> | 2008-11-20 16:50:41 -0500 |
---|---|---|
committer | millette <millette@controlyourself.ca> | 2008-11-20 16:50:41 -0500 |
commit | bf72cde96f6c60b4b7dbca6c5d011f31bcc186f7 (patch) | |
tree | 22428f693b828aef1bee8cb3ac272584dc41ff42 /actions/peoplesearch.php | |
parent | aeaf70a472fe8ac24d47c624e5570a11d8707fb6 (diff) |
sphinx search for notices
darcs-hash:20081120215041-099f7-db396a60755d551099122b58634b7550d5606d88.gz
Diffstat (limited to 'actions/peoplesearch.php')
-rw-r--r-- | actions/peoplesearch.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/peoplesearch.php b/actions/peoplesearch.php index d493c7667..fa54dc9f7 100644 --- a/actions/peoplesearch.php +++ b/actions/peoplesearch.php @@ -40,7 +40,7 @@ class PeoplesearchAction extends SearchAction { # lcase it for comparison $q = strtolower($q); - $search_engine = $profile->getSearchEngine(); + $search_engine = $profile->getSearchEngine('identica_people'); $search_engine->query($q); |