]> git.mxchange.org Git - friendica.git/blobdiff - mod/dirfind.php
Merge pull request #110 from tomtom84/master
[friendica.git] / mod / dirfind.php
old mode 100644 (file)
new mode 100755 (executable)
index 8010182..75b1c49
@@ -27,7 +27,7 @@ function dirfind_content(&$a) {
                $p = (($a->pager['page'] != 1) ? '&p=' . $a->pager['page'] : '');
                        
                if(strlen(get_config('system','directory_submit_url')))
-                       $x = fetch_url('http://dir.friendika.com/lsearch?f=' . $p .  '&search=' . urlencode($search));
+                       $x = fetch_url('http://dir.friendica.com/lsearch?f=' . $p .  '&search=' . urlencode($search));
 
 //TODO fallback local search if global dir not available.
 //             else