mirror of
https://github.com/friendica/friendica
synced 2024-11-09 23:42:53 +00:00
mod/dirfind.php - Friendika -> Friendica
This commit is contained in:
parent
12a8796854
commit
6797485f6e
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ function dirfind_content(&$a) {
|
|||
$p = (($a->pager['page'] != 1) ? '&p=' . $a->pager['page'] : '');
|
||||
|
||||
if(strlen(get_config('system','directory_submit_url')))
|
||||
$x = fetch_url('http://dir.friendika.com/lsearch?f=' . $p . '&search=' . urlencode($search));
|
||||
$x = fetch_url('http://dir.friendica.com/lsearch?f=' . $p . '&search=' . urlencode($search));
|
||||
|
||||
//TODO fallback local search if global dir not available.
|
||||
// else
|
||||
|
|
Loading…
Reference in a new issue