aboutsummaryrefslogtreecommitdiffstats
path: root/mod/dfrn_request.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2010-12-12 13:59:16 -0800
committerFriendika <info@friendika.com>2010-12-12 13:59:16 -0800
commit004193e849520319d4cf582b2b2dfc277068be66 (patch)
treeb2bcd357b729b7e6ae3c1d017623af357fc3f69b /mod/dfrn_request.php
parenta50343830f87966b5857be295633d8dff576931a (diff)
downloadvolse-hubzilla-004193e849520319d4cf582b2b2dfc277068be66.tar.gz
volse-hubzilla-004193e849520319d4cf582b2b2dfc277068be66.tar.bz2
volse-hubzilla-004193e849520319d4cf582b2b2dfc277068be66.zip
display request issue
Diffstat (limited to 'mod/dfrn_request.php')
-rw-r--r--mod/dfrn_request.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/dfrn_request.php b/mod/dfrn_request.php
index ce422aa9f..60106661c 100644
--- a/mod/dfrn_request.php
+++ b/mod/dfrn_request.php
@@ -6,6 +6,7 @@ function dfrn_request_init(&$a) {
if($a->argc > 1)
$which = $a->argv[1];
+ require_once('mod/profile.php');
profile_init($a,$which);
return;