diff options
author | root <root@diekershoff.homeunix.net> | 2010-12-13 06:50:06 +0100 |
---|---|---|
committer | root <root@diekershoff.homeunix.net> | 2010-12-13 06:50:06 +0100 |
commit | b4b65521fe9546da760c19d8124c4cddd9406a88 (patch) | |
tree | 4dc09767b42aebde2c8b465a2815184ddfdd23d5 /mod/dfrn_request.php | |
parent | 2e9dca7c9f0e50956723505ad576bf32e762d11e (diff) | |
parent | 57eb0576b018902d020bbf17e5b38a4ed7c440fd (diff) | |
download | volse-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.php | 2 |
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; }} |