mod/match.php - Friendika -> Friendica
This commit is contained in:
parent
6797485f6e
commit
9b2171ecee
|
@ -31,7 +31,7 @@ function match_content(&$a) {
|
||||||
$params['p'] = $a->pager['page'];
|
$params['p'] = $a->pager['page'];
|
||||||
|
|
||||||
if(strlen(get_config('system','directory_submit_url')))
|
if(strlen(get_config('system','directory_submit_url')))
|
||||||
$x = post_url('http://dir.friendika.com/msearch', $params);
|
$x = post_url('http://dir.friendica.com/msearch', $params);
|
||||||
else
|
else
|
||||||
$x = post_url($a->get_baseurl() . '/msearch', $params);
|
$x = post_url($a->get_baseurl() . '/msearch', $params);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue