diff options
Diffstat (limited to 'include/conversation.php')
-rw-r--r-- | include/conversation.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/conversation.php b/include/conversation.php index 61d31fef4..c260eb4a0 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -1649,7 +1649,6 @@ 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::$channel['channel_account_id']); - if($uid == local_channel()) { $cal_link = ''; } |