diff options
author | Friendika <info@friendika.com> | 2011-04-11 16:15:38 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-04-11 16:15:38 -0700 |
commit | a4836ac1ba1c92f54d286621592f3f332603ff07 (patch) | |
tree | 8160c71b88a24628fb4f5f00a61f7b06c77917d7 /mod/network.php | |
parent | 68731a2c39ea0b235e5f715315243feda18b8d1c (diff) | |
download | volse-hubzilla-a4836ac1ba1c92f54d286621592f3f332603ff07.tar.gz volse-hubzilla-a4836ac1ba1c92f54d286621592f3f332603ff07.tar.bz2 volse-hubzilla-a4836ac1ba1c92f54d286621592f3f332603ff07.zip |
wallwall oddities on display page
Diffstat (limited to 'mod/network.php')
-rw-r--r-- | mod/network.php | 3 |
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'); |