diff options
author | Friendika <info@friendika.com> | 2010-12-12 13:59:16 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-12-12 13:59:16 -0800 |
commit | 004193e849520319d4cf582b2b2dfc277068be66 (patch) | |
tree | b2bcd357b729b7e6ae3c1d017623af357fc3f69b /mod/display.php | |
parent | a50343830f87966b5857be295633d8dff576931a (diff) | |
download | volse-hubzilla-004193e849520319d4cf582b2b2dfc277068be66.tar.gz volse-hubzilla-004193e849520319d4cf582b2b2dfc277068be66.tar.bz2 volse-hubzilla-004193e849520319d4cf582b2b2dfc277068be66.zip |
display request issue
Diffstat (limited to 'mod/display.php')
-rw-r--r-- | mod/display.php | 1 |
1 files changed, 1 insertions, 0 deletions
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); |