summaryrefslogtreecommitdiff
path: root/actions/peoplesearch.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2009-11-10 17:08:59 -0500
committerEvan Prodromou <evan@status.net>2009-11-10 17:08:59 -0500
commit1455d60b06df11f7b765040a4195ded288711ae0 (patch)
treeb083992e9509c9bdabfacc0368eac0106f22496e /actions/peoplesearch.php
parent7ee6160a5b4a843a266a3455351ab2a5d59294a2 (diff)
parent53c86c43c4b8cba313335f5d70f7f77d4ab640d2 (diff)
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Diffstat (limited to 'actions/peoplesearch.php')
-rw-r--r--actions/peoplesearch.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/peoplesearch.php b/actions/peoplesearch.php
index 38135ecbd..69de44859 100644
--- a/actions/peoplesearch.php
+++ b/actions/peoplesearch.php
@@ -61,7 +61,7 @@ class PeoplesearchAction extends SearchAction
function showResults($q, $page)
{
$profile = new Profile();
- $search_engine = $profile->getSearchEngine('identica_people');
+ $search_engine = $profile->getSearchEngine('profile');
$search_engine->set_sort_mode('chron');
// Ask for an extra to see if there's more.
$search_engine->limit((($page-1)*PROFILES_PER_PAGE), PROFILES_PER_PAGE + 1);