mirror of
https://github.com/friendica/friendica
synced 2025-04-30 00:24:24 +02:00
Rename BaseSearchModule::performSearch to performContactSearch to remove purpose confusion
This commit is contained in:
parent
2056e6a5c4
commit
ec7eb9d83a
3 changed files with 6 additions and 6 deletions
|
@ -31,6 +31,6 @@ class Directory extends BaseSearchModule
|
|||
$a->page['aside'] .= Widget::findPeople();
|
||||
$a->page['aside'] .= Widget::follow();
|
||||
|
||||
return self::performSearch($search);
|
||||
return self::performContactSearch($search);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue