aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Bookmarks.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-09-13 10:59:37 +0200
committerMario Vavti <mario@mariovavti.com>2018-09-13 10:59:37 +0200
commita1d5ce3716d09b7ccd81e252309ca9fd5e841b26 (patch)
tree9fc66fc5832248fac10e1b629ae158043c98e361 /Zotlabs/Module/Bookmarks.php
parent78dc679a72a5a2d94a59642dd6b0087b0fc14837 (diff)
downloadvolse-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/Bookmarks.php')
-rw-r--r--Zotlabs/Module/Bookmarks.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/Zotlabs/Module/Bookmarks.php b/Zotlabs/Module/Bookmarks.php
index e147ffe6c..cea0d9759 100644
--- a/Zotlabs/Module/Bookmarks.php
+++ b/Zotlabs/Module/Bookmarks.php
@@ -71,7 +71,6 @@ class Bookmarks extends \Zotlabs\Web\Controller {
$channel = \App::get_channel();
- //$o = profile_tabs($a,true,$channel['channel_address']);
$o = '';
$o .= '<div class="generic-content-wrapper-styled">';