diff options
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); |