aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Sharedwithme.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-03-20 17:24:48 +0100
committerMario Vavti <mario@mariovavti.com>2017-03-20 17:24:48 +0100
commitca14ab3d555476861cf60063208249676aae8954 (patch)
tree46031dd8332adcfedc8ca97672aa1aefd87255be /Zotlabs/Module/Sharedwithme.php
parentcfdf1def2a24a7796ef86ab84d30fdbe734f3119 (diff)
downloadvolse-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.php3
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'),