aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-07-02 21:19:12 -0700
committerfriendica <info@friendica.com>2013-07-02 21:19:12 -0700
commitb021c8e31ea3cfffcbb2c66cd3dfa0b37f747b26 (patch)
treedb5c9ebbbea2261351e9859f5ecaa7cd2e06db74 /mod
parent08023eb0993eb63aac96669afd01beae7e134964 (diff)
downloadvolse-hubzilla-b021c8e31ea3cfffcbb2c66cd3dfa0b37f747b26.tar.gz
volse-hubzilla-b021c8e31ea3cfffcbb2c66cd3dfa0b37f747b26.tar.bz2
volse-hubzilla-b021c8e31ea3cfffcbb2c66cd3dfa0b37f747b26.zip
oops - returned too many items
Diffstat (limited to 'mod')
-rw-r--r--mod/channel.php2
1 files changed, 1 insertions, 1 deletions
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));
}