aboutsummaryrefslogtreecommitdiffstats
path: root/include/text.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2021-12-03 13:46:41 +0100
committerMario Vavti <mario@mariovavti.com>2021-12-03 13:46:41 +0100
commit1b0a17c7dba1ca2ff5cc6d943d37abb14a5ec73c (patch)
tree75fd03333e51465fa8512b17200eb604db25b166 /include/text.php
parentfe7ecede700fe04631d23f36473e697ce2b364dc (diff)
parent60b145833c5c07898363d51838a942b876f60c3c (diff)
downloadvolse-hubzilla-1b0a17c7dba1ca2ff5cc6d943d37abb14a5ec73c.tar.gz
volse-hubzilla-1b0a17c7dba1ca2ff5cc6d943d37abb14a5ec73c.tar.bz2
volse-hubzilla-1b0a17c7dba1ca2ff5cc6d943d37abb14a5ec73c.zip
Merge branch 'dev'
Diffstat (limited to 'include/text.php')
-rw-r--r--include/text.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/text.php b/include/text.php
index 1b3a77dba..d46c089b5 100644
--- a/include/text.php
+++ b/include/text.php
@@ -987,7 +987,7 @@ function contact_block() {
$shown = get_pconfig(App::$profile['uid'],'system','display_friend_count');
if($shown === false)
- $shown = 25;
+ $shown = 36;
if($shown == 0)
return;