wallwall oddities on display page
This commit is contained in:
parent
68731a2c39
commit
a4836ac1ba
4 changed files with 8 additions and 3 deletions
|
@ -45,6 +45,7 @@ function display_content(&$a) {
|
|||
}
|
||||
}
|
||||
|
||||
$a->page_contact = $contact;
|
||||
|
||||
$sql_extra = "
|
||||
AND `allow_cid` = ''
|
||||
|
|
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue