aboutsummaryrefslogtreecommitdiffstats
path: root/mod/display.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/display.php')
-rw-r--r--mod/display.php1
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);