aboutsummaryrefslogtreecommitdiffstats
path: root/include/conversation.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-06-25 21:21:54 -0700
committerfriendica <info@friendica.com>2014-06-25 21:21:54 -0700
commit74fe151f963e8978c85e4b75051fc7706b096579 (patch)
tree6ad090752e103821b429330530460ef00667e17c /include/conversation.php
parentfc7e782ba56a456fc7aca840d679e530dce70544 (diff)
downloadvolse-hubzilla-74fe151f963e8978c85e4b75051fc7706b096579.tar.gz
volse-hubzilla-74fe151f963e8978c85e4b75051fc7706b096579.tar.bz2
volse-hubzilla-74fe151f963e8978c85e4b75051fc7706b096579.zip
bring back profile_tabs for unauthenticated visitors to /cloud page
Diffstat (limited to 'include/conversation.php')
-rw-r--r--include/conversation.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/conversation.php b/include/conversation.php
index 0ca3e88f0..d8d60ee10 100644
--- a/include/conversation.php
+++ b/include/conversation.php
@@ -1469,7 +1469,6 @@ function network_tabs() {
function profile_tabs($a, $is_owner=False, $nickname=Null){
//echo "<pre>"; var_dump($a->user); killme();
-
$channel = $a->get_channel();
@@ -1565,7 +1564,6 @@ function profile_tabs($a, $is_owner=False, $nickname=Null){
}
-
$arr = array('is_owner' => $is_owner, 'nickname' => $nickname, 'tab' => (($tab) ? $tab : false), 'tabs' => $tabs);
call_hooks('profile_tabs', $arr);