aboutsummaryrefslogtreecommitdiffstats
path: root/mod/dfrn_request.php
diff options
context:
space:
mode:
authorroot <root@diekershoff.homeunix.net>2010-12-13 06:50:06 +0100
committerroot <root@diekershoff.homeunix.net>2010-12-13 06:50:06 +0100
commitb4b65521fe9546da760c19d8124c4cddd9406a88 (patch)
tree4dc09767b42aebde2c8b465a2815184ddfdd23d5 /mod/dfrn_request.php
parent2e9dca7c9f0e50956723505ad576bf32e762d11e (diff)
parent57eb0576b018902d020bbf17e5b38a4ed7c440fd (diff)
downloadvolse-hubzilla-b4b65521fe9546da760c19d8124c4cddd9406a88.tar.gz
volse-hubzilla-b4b65521fe9546da760c19d8124c4cddd9406a88.tar.bz2
volse-hubzilla-b4b65521fe9546da760c19d8124c4cddd9406a88.zip
Merge branch 'master' of git://github.com/friendika/friendika
Diffstat (limited to 'mod/dfrn_request.php')
-rw-r--r--mod/dfrn_request.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/dfrn_request.php b/mod/dfrn_request.php
index ce422aa9f..e1370dfd8 100644
--- a/mod/dfrn_request.php
+++ b/mod/dfrn_request.php
@@ -6,7 +6,7 @@ function dfrn_request_init(&$a) {
if($a->argc > 1)
$which = $a->argv[1];
- profile_init($a,$which);
+ profile_load($a,$which);
return;
}}