diff options
author | Friendika <info@friendika.com> | 2011-06-20 05:14:42 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-06-20 05:14:42 -0700 |
commit | de24f681120209191fbb1460496cabfd8e81413b (patch) | |
tree | 01ec986d96968d3bf874a5e5a76d1264487c7fab /mod/match.php | |
parent | f256e31e4f99ae0860d917cafa9cf95edc63eecd (diff) | |
download | volse-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.php | 2 |
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); |