diff options
author | Abinoam P. Marques Jr <abinoam@gmail.com> | 2012-02-19 16:10:48 -0300 |
---|---|---|
committer | Abinoam P. Marques Jr <abinoam@gmail.com> | 2012-02-20 19:41:01 -0300 |
commit | 9b2171ecee362ca46cd7207c1eb4d01589542083 (patch) | |
tree | 72b569e044e3c2ec667d84658a73bbdbb948dcd4 /mod/match.php | |
parent | 6797485f6eea4700d5801afdf7ed7567e4e3fdf1 (diff) | |
download | volse-hubzilla-9b2171ecee362ca46cd7207c1eb4d01589542083.tar.gz volse-hubzilla-9b2171ecee362ca46cd7207c1eb4d01589542083.tar.bz2 volse-hubzilla-9b2171ecee362ca46cd7207c1eb4d01589542083.zip |
mod/match.php - Friendika -> Friendica
Diffstat (limited to 'mod/match.php')
-rwxr-xr-x | mod/match.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/match.php b/mod/match.php index 3645a419d..1ae7848a6 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); |