aboutsummaryrefslogtreecommitdiffstats
path: root/mod/match.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-06-20 05:14:42 -0700
committerFriendika <info@friendika.com>2011-06-20 05:14:42 -0700
commitde24f681120209191fbb1460496cabfd8e81413b (patch)
tree01ec986d96968d3bf874a5e5a76d1264487c7fab /mod/match.php
parentf256e31e4f99ae0860d917cafa9cf95edc63eecd (diff)
downloadvolse-hubzilla-de24f681120209191fbb1460496cabfd8e81413b.tar.gz
volse-hubzilla-de24f681120209191fbb1460496cabfd8e81413b.tar.bz2
volse-hubzilla-de24f681120209191fbb1460496cabfd8e81413b.zip
module to provide local "find people like me" when global dir unavailable
Diffstat (limited to 'mod/match.php')
-rw-r--r--mod/match.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/match.php b/mod/match.php
index 12138a26c..2d6456b54 100644
--- a/mod/match.php
+++ b/mod/match.php
@@ -26,7 +26,7 @@ function match_content(&$a) {
$params['s'] = $tags;
if($a->pager['page'] != 1)
$params['p'] = $a->pager['page'];
-
+
$x = post_url('http://dir.friendika.com/msearch', $params);
$j = json_decode($x);