diff options
author | redmatrix <mike@macgirvin.com> | 2016-09-08 13:24:09 -0700 |
---|---|---|
committer | redmatrix <mike@macgirvin.com> | 2016-09-08 13:24:09 -0700 |
commit | 9cfd0dd9d875f3951c10a6a260715c2bc835fbc6 (patch) | |
tree | 17b3d7f86430c262f02f3498d56a4f54ae7dc848 /include/conversation.php | |
parent | 83b89b9576655c11a9beaaf2261b3a9013a52da5 (diff) | |
download | volse-hubzilla-9cfd0dd9d875f3951c10a6a260715c2bc835fbc6.tar.gz volse-hubzilla-9cfd0dd9d875f3951c10a6a260715c2bc835fbc6.tar.bz2 volse-hubzilla-9cfd0dd9d875f3951c10a6a260715c2bc835fbc6.zip |
fix bookmarks in dev
Diffstat (limited to 'include/conversation.php')
-rw-r--r-- | include/conversation.php | 2 |
1 files changed, 1 insertions, 1 deletions
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()) { |