diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-03-20 17:24:48 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-20 17:24:48 +0100 |
commit | ca14ab3d555476861cf60063208249676aae8954 (patch) | |
tree | 46031dd8332adcfedc8ca97672aa1aefd87255be /Zotlabs/Storage | |
parent | cfdf1def2a24a7796ef86ab84d30fdbe734f3119 (diff) | |
download | volse-hubzilla-ca14ab3d555476861cf60063208249676aae8954.tar.gz volse-hubzilla-ca14ab3d555476861cf60063208249676aae8954.tar.bz2 volse-hubzilla-ca14ab3d555476861cf60063208249676aae8954.zip |
move profile tabs to app-tray
Diffstat (limited to 'Zotlabs/Storage')
-rw-r--r-- | Zotlabs/Storage/Browser.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Zotlabs/Storage/Browser.php b/Zotlabs/Storage/Browser.php index 21e91d2a2..3fdc8e9d4 100644 --- a/Zotlabs/Storage/Browser.php +++ b/Zotlabs/Storage/Browser.php @@ -84,7 +84,8 @@ class Browser extends DAV\Browser\Plugin { require_once('include/conversation.php'); require_once('include/text.php'); 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); + $html = ''; } $files = $this->server->getPropertiesForPath($path, array( |