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/Module/Sharedwithme.php | |
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/Module/Sharedwithme.php')
-rw-r--r-- | Zotlabs/Module/Sharedwithme.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Zotlabs/Module/Sharedwithme.php b/Zotlabs/Module/Sharedwithme.php index 25bc7dba3..5d6d0f7da 100644 --- a/Zotlabs/Module/Sharedwithme.php +++ b/Zotlabs/Module/Sharedwithme.php @@ -92,7 +92,8 @@ class Sharedwithme extends \Zotlabs\Web\Controller { } - $o = profile_tabs($a, $is_owner, $channel['channel_address']); + //$o = profile_tabs($a, $is_owner, $channel['channel_address']); + $o = ''; $o .= replace_macros(get_markup_template('sharedwithme.tpl'), array( '$header' => t('Files: shared with me'), |