wallwall oddities on display page

This commit is contained in:
Friendika
2011-04-11 16:15:38 -07:00
parent 68731a2c39
commit a4836ac1ba
4 changed files with 8 additions and 3 deletions

View File

@@ -262,6 +262,9 @@ function network_content(&$a, $update = 0) {
}
}
// Set this so that the conversation function can find out contact info for our wall-wall items
$a->page_contact = $a->contact;
$mode = (($nouveau) ? 'network-new' : 'network');
require_once('include/conversation.php');