mod/dirfind.php - Friendika -> Friendica

This commit is contained in:
Abinoam P. Marques Jr 2012-02-19 15:45:08 -03:00
parent 12a8796854
commit 6797485f6e
1 changed files with 1 additions and 1 deletions

View File

@ -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