diff options
author | zotlabs <mike@macgirvin.com> | 2018-04-17 20:27:36 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-04-17 20:27:36 -0700 |
commit | a806c68713baebcc8ca3353e01031593b2f571a4 (patch) | |
tree | f927c6f18d2160cc99a517b59d6af2206912a626 /Zotlabs/Widget | |
parent | 393cd46a82bd4c00c72e8734df2d1fa62928cc06 (diff) | |
download | volse-hubzilla-a806c68713baebcc8ca3353e01031593b2f571a4.tar.gz volse-hubzilla-a806c68713baebcc8ca3353e01031593b2f571a4.tar.bz2 volse-hubzilla-a806c68713baebcc8ca3353e01031593b2f571a4.zip |
fine tuning the public stream tag results
Diffstat (limited to 'Zotlabs/Widget')
-rw-r--r-- | Zotlabs/Widget/Pubtagcloud.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Widget/Pubtagcloud.php b/Zotlabs/Widget/Pubtagcloud.php index af288cf9a..b21586db0 100644 --- a/Zotlabs/Widget/Pubtagcloud.php +++ b/Zotlabs/Widget/Pubtagcloud.php @@ -31,7 +31,7 @@ class Pubtagcloud { - $limit = ((array_key_exists('limit', $arr)) ? intval($arr['limit']) : 50); + $limit = ((array_key_exists('limit', $arr)) ? intval($arr['limit']) : 75); return pubtagblock($net_firehose,$site_firehose, $limit, $trending); |