aboutsummaryrefslogtreecommitdiffstats
path: root/mod/network.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/network.php')
-rw-r--r--mod/network.php3
1 files changed, 3 insertions, 0 deletions
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');