]> git.mxchange.org Git - friendica.git/blobdiff - mod/match.php
should probably be a->user['hidewall'] instead of profile['hidewall']
[friendica.git] / mod / match.php
old mode 100644 (file)
new mode 100755 (executable)
index 3645a41..1ae7848
@@ -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);