From a4836ac1ba1c92f54d286621592f3f332603ff07 Mon Sep 17 00:00:00 2001 From: Friendika Date: Mon, 11 Apr 2011 16:15:38 -0700 Subject: wallwall oddities on display page --- mod/network.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mod/network.php') diff --git a/mod/network.php b/mod/network.php index 29b852c07..1b5ea5d65 100644 --- a/mod/network.php +++ b/mod/network.php @@ -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'); -- cgit v1.2.3