diff options
author | friendica <info@friendica.com> | 2013-07-02 21:19:12 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-07-02 21:19:12 -0700 |
commit | b021c8e31ea3cfffcbb2c66cd3dfa0b37f747b26 (patch) | |
tree | db5c9ebbbea2261351e9859f5ecaa7cd2e06db74 /mod/channel.php | |
parent | 08023eb0993eb63aac96669afd01beae7e134964 (diff) | |
download | volse-hubzilla-b021c8e31ea3cfffcbb2c66cd3dfa0b37f747b26.tar.gz volse-hubzilla-b021c8e31ea3cfffcbb2c66cd3dfa0b37f747b26.tar.bz2 volse-hubzilla-b021c8e31ea3cfffcbb2c66cd3dfa0b37f747b26.zip |
oops - returned too many items
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 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)); } |