bring back profile_tabs for unauthenticated visitors to /cloud page
This commit is contained in:
parent
fc7e782ba5
commit
74fe151f96
@ -1469,7 +1469,6 @@ function network_tabs() {
|
|||||||
|
|
||||||
function profile_tabs($a, $is_owner=False, $nickname=Null){
|
function profile_tabs($a, $is_owner=False, $nickname=Null){
|
||||||
//echo "<pre>"; var_dump($a->user); killme();
|
//echo "<pre>"; var_dump($a->user); killme();
|
||||||
|
|
||||||
|
|
||||||
$channel = $a->get_channel();
|
$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);
|
$arr = array('is_owner' => $is_owner, 'nickname' => $nickname, 'tab' => (($tab) ? $tab : false), 'tabs' => $tabs);
|
||||||
call_hooks('profile_tabs', $arr);
|
call_hooks('profile_tabs', $arr);
|
||||||
|
|
||||||
|
@ -893,7 +893,7 @@ class RedBrowser extends DAV\Browser\Plugin {
|
|||||||
$version = '';
|
$version = '';
|
||||||
require_once('include/conversation.php');
|
require_once('include/conversation.php');
|
||||||
|
|
||||||
if ($this->auth->channel_name)
|
if ($this->auth->owner_nick)
|
||||||
$html = profile_tabs(get_app(),(($is_owner) ? true : false),$this->auth->owner_nick);
|
$html = profile_tabs(get_app(),(($is_owner) ? true : false),$this->auth->owner_nick);
|
||||||
|
|
||||||
$files = $this->server->getPropertiesForPath($path,array(
|
$files = $this->server->getPropertiesForPath($path,array(
|
||||||
|
Reference in New Issue
Block a user