From b021c8e31ea3cfffcbb2c66cd3dfa0b37f747b26 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 2 Jul 2013 21:19:12 -0700 Subject: oops - returned too many items --- mod/channel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod') diff --git a/mod/channel.php b/mod/channel.php index d1d9fd90f..861708075 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'])); + $a->set_widget('tagcloud',tagblock('search',$a->profile['profile_uid'],50,ITEM_WALL)); } -- cgit v1.2.3