aboutsummaryrefslogtreecommitdiffstats
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
parenta50343830f87966b5857be295633d8dff576931a (diff)
downloadvolse-hubzilla-004193e849520319d4cf582b2b2dfc277068be66.tar.gz
volse-hubzilla-004193e849520319d4cf582b2b2dfc277068be66.tar.bz2
volse-hubzilla-004193e849520319d4cf582b2b2dfc277068be66.zip
display request issue
-rw-r--r--mod/dfrn_request.php1
-rw-r--r--mod/display.php1
2 files changed, 2 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;
diff --git a/mod/display.php b/mod/display.php
index 1049b28a0..369161619 100644
--- a/mod/display.php
+++ b/mod/display.php
@@ -5,6 +5,7 @@ function display_content(&$a) {
$o = '<div id="live-display"></div>' . "\r\n";
+ require_once('mod/profile.php');
profile_init($a);
$item_id = (($a->argc > 2) ? intval($a->argv[2]) : 0);