From 9cfd0dd9d875f3951c10a6a260715c2bc835fbc6 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Thu, 8 Sep 2016 13:24:09 -0700 Subject: fix bookmarks in dev --- include/conversation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/conversation.php') diff --git a/include/conversation.php b/include/conversation.php index a56a765be..f06016966 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -1621,7 +1621,7 @@ function profile_tabs($a, $is_owner = false, $nickname = null){ $uid = ((App::$profile['profile_uid']) ? App::$profile['profile_uid'] : local_channel()); - $account_id = ((App::$profile['profile_uid']) ? App::$profile['channel_account_id'] : App::get_account_id()); + $account_id = ((App::$profile['profile_uid']) ? App::$profile['channel_account_id'] : App::$channel['channel_account_id']); if($uid == local_channel()) { -- cgit v1.2.3