wallwall oddities on display page

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

View file

@ -45,6 +45,7 @@ function display_content(&$a) {
}
}
$a->page_contact = $contact;
$sql_extra = "
AND `allow_cid` = ''

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