diff options
author | friendica <info@friendica.com> | 2014-04-07 20:20:28 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-04-07 20:20:28 -0700 |
commit | 95751dddff2b1b7a2074d37a5b3102f256842ae4 (patch) | |
tree | 792adfbbbd5d3158cdb6e5895a49a8d625e0ab43 /mod/chat.php | |
parent | d820fa155bea343f7029e71a6691dc43d03eb138 (diff) | |
download | volse-hubzilla-95751dddff2b1b7a2074d37a5b3102f256842ae4.tar.gz volse-hubzilla-95751dddff2b1b7a2074d37a5b3102f256842ae4.tar.bz2 volse-hubzilla-95751dddff2b1b7a2074d37a5b3102f256842ae4.zip |
some fixes to #395
Diffstat (limited to 'mod/chat.php')
-rw-r--r-- | mod/chat.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/chat.php b/mod/chat.php index e007b50a8..88f456422 100644 --- a/mod/chat.php +++ b/mod/chat.php @@ -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'); |