oops - returned too many items

This commit is contained in:
friendica
2013-07-02 21:19:12 -07:00
parent 08023eb099
commit b021c8e31e
2 changed files with 11 additions and 8 deletions

View File

@@ -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));
}