display request issue

This commit is contained in:
Friendika 2010-12-12 13:59:16 -08:00
commit 004193e849
2 changed files with 2 additions and 0 deletions

View file

@ -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);