aboutsummaryrefslogtreecommitdiffstats
path: root/mod/dirfind.php
diff options
context:
space:
mode:
authorAbinoam P. Marques Jr <abinoam@gmail.com>2012-02-19 15:45:08 -0300
committerAbinoam P. Marques Jr <abinoam@gmail.com>2012-02-20 19:38:43 -0300
commit6797485f6eea4700d5801afdf7ed7567e4e3fdf1 (patch)
treea6098b709f6d5b4e16f010288c8da62e989df51e /mod/dirfind.php
parent12a87968546a08956ec610d911fb3b6520c5daec (diff)
downloadvolse-hubzilla-6797485f6eea4700d5801afdf7ed7567e4e3fdf1.tar.gz
volse-hubzilla-6797485f6eea4700d5801afdf7ed7567e4e3fdf1.tar.bz2
volse-hubzilla-6797485f6eea4700d5801afdf7ed7567e4e3fdf1.zip
mod/dirfind.php - Friendika -> Friendica
Diffstat (limited to 'mod/dirfind.php')
-rwxr-xr-xmod/dirfind.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/dirfind.php b/mod/dirfind.php
index 801018276..75b1c4976 100755
--- a/mod/dirfind.php
+++ b/mod/dirfind.php
@@ -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