aboutsummaryrefslogtreecommitdiffstats
path: root/include/conversation.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-04-07 20:20:28 -0700
committerfriendica <info@friendica.com>2014-04-07 20:20:28 -0700
commit95751dddff2b1b7a2074d37a5b3102f256842ae4 (patch)
tree792adfbbbd5d3158cdb6e5895a49a8d625e0ab43 /include/conversation.php
parentd820fa155bea343f7029e71a6691dc43d03eb138 (diff)
downloadvolse-hubzilla-95751dddff2b1b7a2074d37a5b3102f256842ae4.tar.gz
volse-hubzilla-95751dddff2b1b7a2074d37a5b3102f256842ae4.tar.bz2
volse-hubzilla-95751dddff2b1b7a2074d37a5b3102f256842ae4.zip
some fixes to #395
Diffstat (limited to 'include/conversation.php')
-rw-r--r--include/conversation.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/conversation.php b/include/conversation.php
index e5cd3358f..8803e74e7 100644
--- a/include/conversation.php
+++ b/include/conversation.php
@@ -1516,7 +1516,7 @@ function profile_tabs($a, $is_owner=False, $nickname=Null){
}
require_once('include/chat.php');
- $chats = chatroom_list($a->profile['profile_uid']);
+ $chats = chatroom_list($uid);
$subdued = ((count($chats)) ? '' : ' subdued');
$tabs[] = array(
'label' => t('Chatrooms'),