aboutsummaryrefslogtreecommitdiffstats
path: root/mod/match.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-02-20 18:02:53 -0800
committerfriendica <info@friendica.com>2012-02-20 18:02:53 -0800
commit1cfff8fdd11e0e67e2bdb7ae85b9caf8106a734b (patch)
tree830ae57ff2757aa5a7060070645df0a22ef23998 /mod/match.php
parent2507d09682fda0806b4599e440fe8e32711072f8 (diff)
parent914169472e063de7d5b3cd5a35f9ce750512c943 (diff)
downloadvolse-hubzilla-1cfff8fdd11e0e67e2bdb7ae85b9caf8106a734b.tar.gz
volse-hubzilla-1cfff8fdd11e0e67e2bdb7ae85b9caf8106a734b.tar.bz2
volse-hubzilla-1cfff8fdd11e0e67e2bdb7ae85b9caf8106a734b.zip
Merge pull request #42 from friendica/ka2ca-rebased
Replaced some ocurrences of Friendika --> Friendica
Diffstat (limited to 'mod/match.php')
-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);