aboutsummaryrefslogtreecommitdiffstats
path: root/mod/dfrn_request.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/dfrn_request.php')
-rw-r--r--mod/dfrn_request.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/mod/dfrn_request.php b/mod/dfrn_request.php
index 60106661c..e1370dfd8 100644
--- a/mod/dfrn_request.php
+++ b/mod/dfrn_request.php
@@ -6,8 +6,7 @@ function dfrn_request_init(&$a) {
if($a->argc > 1)
$which = $a->argv[1];
- require_once('mod/profile.php');
- profile_init($a,$which);
+ profile_load($a,$which);
return;
}}