From: Abinoam P. Marques Jr Date: Sun, 19 Feb 2012 19:10:48 +0000 (-0300) Subject: mod/match.php - Friendika -> Friendica X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9b2171ecee362ca46cd7207c1eb4d01589542083;p=friendica.git mod/match.php - Friendika -> Friendica --- diff --git a/mod/match.php b/mod/match.php index 3645a419da..1ae7848a63 100755 --- a/mod/match.php +++ b/mod/match.php @@ -31,7 +31,7 @@ function match_content(&$a) { $params['p'] = $a->pager['page']; 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 $x = post_url($a->get_baseurl() . '/msearch', $params);