aboutsummaryrefslogtreecommitdiffstats
path: root/mod/dirfind.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-02-20 18:02:53 -0800
committerfriendica <info@friendica.com>2012-02-20 18:02:53 -0800
commit1cfff8fdd11e0e67e2bdb7ae85b9caf8106a734b (patch)
tree830ae57ff2757aa5a7060070645df0a22ef23998 /mod/dirfind.php
parent2507d09682fda0806b4599e440fe8e32711072f8 (diff)
parent914169472e063de7d5b3cd5a35f9ce750512c943 (diff)
downloadvolse-hubzilla-1cfff8fdd11e0e67e2bdb7ae85b9caf8106a734b.tar.gz
volse-hubzilla-1cfff8fdd11e0e67e2bdb7ae85b9caf8106a734b.tar.bz2
volse-hubzilla-1cfff8fdd11e0e67e2bdb7ae85b9caf8106a734b.zip
Merge pull request #42 from friendica/ka2ca-rebased
Replaced some ocurrences of 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