diff options
author | friendica <info@friendica.com> | 2013-07-03 17:22:40 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-07-03 17:22:40 -0700 |
commit | 1af5ecf1af7111020d99a7f274e7fed2bbc663f1 (patch) | |
tree | fcf730e1382475998df01ee299b35b804995ec58 /mod/channel.php | |
parent | 42d5d515b25e1bf0068da6bbf4ffef2374f02617 (diff) | |
download | volse-hubzilla-1af5ecf1af7111020d99a7f274e7fed2bbc663f1.tar.gz volse-hubzilla-1af5ecf1af7111020d99a7f274e7fed2bbc663f1.tar.bz2 volse-hubzilla-1af5ecf1af7111020d99a7f274e7fed2bbc663f1.zip |
tag cloud tweaking - allow your own comments, disallow all private posts
Diffstat (limited to 'mod/channel.php')
-rw-r--r-- | mod/channel.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/channel.php b/mod/channel.php index 5d4c7ce1b..c7b631c96 100644 --- a/mod/channel.php +++ b/mod/channel.php @@ -48,7 +48,7 @@ function channel_aside(&$a) { $a->set_widget('categories',categories_widget($a->get_baseurl(true) . '/channel/' . $a->profile['channel_address'],$cat)); } if(feature_enabled($a->profile['profile_uid'],'tagadelic')) - $a->set_widget('tagcloud',tagblock('search',$a->profile['profile_uid'],50,ITEM_WALL|ITEM_THREAD_TOP)); + $a->set_widget('tagcloud',tagblock('search',$a->profile['profile_uid'],50,$a->profile['channel_hash'],ITEM_WALL)); } |