diff options
author | friendica <info@friendica.com> | 2012-02-20 18:02:53 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-02-20 18:02:53 -0800 |
commit | 1cfff8fdd11e0e67e2bdb7ae85b9caf8106a734b (patch) | |
tree | 830ae57ff2757aa5a7060070645df0a22ef23998 /mod | |
parent | 2507d09682fda0806b4599e440fe8e32711072f8 (diff) | |
parent | 914169472e063de7d5b3cd5a35f9ce750512c943 (diff) | |
download | volse-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')
-rwxr-xr-x | mod/dfrn_request.php | 2 | ||||
-rwxr-xr-x | mod/dirfind.php | 2 | ||||
-rwxr-xr-x | mod/match.php | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/mod/dfrn_request.php b/mod/dfrn_request.php index ceec83e90..bc159137d 100755 --- a/mod/dfrn_request.php +++ b/mod/dfrn_request.php @@ -677,7 +677,7 @@ function dfrn_request_content(&$a) { '$no' => t('No'), '$add_note' => t('Add a personal note:'), '$page_desc' => $page_desc, - '$friendika' => t('Friendica'), + '$friendica' => t('Friendica'), '$statusnet' => t('StatusNet/Federated Social Web'), '$diaspora' => t('Diaspora'), '$diasnote' => t('- please share from your own site as noted above'), 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 diff --git a/mod/match.php b/mod/match.php index 3645a419d..1ae7848a6 100755 --- a/mod/match.php +++ b/mod/match.php @@ -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); |