some fixes to #395

This commit is contained in:
friendica
2014-04-07 20:20:28 -07:00
parent d820fa155b
commit 95751dddff
3 changed files with 3 additions and 3 deletions

View File

@@ -213,7 +213,7 @@ function chat_content(&$a) {
require_once('include/conversation.php');
$o = profile_tabs($a,((local_user() && local_user() == $a->profile['profile_uid']) ? true : false));
$o = profile_tabs($a,((local_user() && local_user() == $a->profile['profile_uid']) ? true : false),$a->profile['channel_address']);
require_once('include/widgets.php');