diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-09-13 10:59:37 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-09-13 10:59:37 +0200 |
commit | a1d5ce3716d09b7ccd81e252309ca9fd5e841b26 (patch) | |
tree | 9fc66fc5832248fac10e1b629ae158043c98e361 /Zotlabs/Module/Sharedwithme.php | |
parent | 78dc679a72a5a2d94a59642dd6b0087b0fc14837 (diff) | |
download | volse-hubzilla-a1d5ce3716d09b7ccd81e252309ca9fd5e841b26.tar.gz volse-hubzilla-a1d5ce3716d09b7ccd81e252309ca9fd5e841b26.tar.bz2 volse-hubzilla-a1d5ce3716d09b7ccd81e252309ca9fd5e841b26.zip |
remove profile_tabs() which has been deprecated and replaced by channel_apps()
Diffstat (limited to 'Zotlabs/Module/Sharedwithme.php')
-rw-r--r-- | Zotlabs/Module/Sharedwithme.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Zotlabs/Module/Sharedwithme.php b/Zotlabs/Module/Sharedwithme.php index 2c97e9726..c986f6695 100644 --- a/Zotlabs/Module/Sharedwithme.php +++ b/Zotlabs/Module/Sharedwithme.php @@ -97,7 +97,6 @@ class Sharedwithme extends \Zotlabs\Web\Controller { } - //$o = profile_tabs($a, $is_owner, $channel['channel_address']); $o = ''; $o .= replace_macros(get_markup_template('sharedwithme.tpl'), array( |