aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAbinoam P. Marques Jr <abinoam@gmail.com>2012-02-19 16:10:48 -0300
committerAbinoam P. Marques Jr <abinoam@gmail.com>2012-02-20 19:41:01 -0300
commit9b2171ecee362ca46cd7207c1eb4d01589542083 (patch)
tree72b569e044e3c2ec667d84658a73bbdbb948dcd4
parent6797485f6eea4700d5801afdf7ed7567e4e3fdf1 (diff)
downloadvolse-hubzilla-9b2171ecee362ca46cd7207c1eb4d01589542083.tar.gz
volse-hubzilla-9b2171ecee362ca46cd7207c1eb4d01589542083.tar.bz2
volse-hubzilla-9b2171ecee362ca46cd7207c1eb4d01589542083.zip
mod/match.php - Friendika -> Friendica
-rwxr-xr-xmod/match.php2
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);