aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-07-10 20:46:46 +0200
committerMario Vavti <mario@mariovavti.com>2015-07-10 20:46:46 +0200
commitb1f926ba893cadad2a7fdbf14bdccafbfefdbbe6 (patch)
tree7ebcbe1278b6e87c5b158d3d0b3ec0ae05919f19 /include
parent43354ab385cd5c7adcc86f591159f10201420aae (diff)
parent071a233fb8aa427ae0637cda1ca0b47631d6b521 (diff)
downloadvolse-hubzilla-b1f926ba893cadad2a7fdbf14bdccafbfefdbbe6.tar.gz
volse-hubzilla-b1f926ba893cadad2a7fdbf14bdccafbfefdbbe6.tar.bz2
volse-hubzilla-b1f926ba893cadad2a7fdbf14bdccafbfefdbbe6.zip
merge redmatrix fixes
Diffstat (limited to 'include')
-rw-r--r--include/dir_fns.php2
-rw-r--r--include/text.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/dir_fns.php b/include/dir_fns.php
index 29c05fcaa..38c92dd94 100644
--- a/include/dir_fns.php
+++ b/include/dir_fns.php
@@ -82,7 +82,7 @@ function get_directory_setting($observer, $setting) {
if($ret === false)
$ret = get_config('directory', $setting);
- if($setting == 'safe_mode' && $ret === false)
+ if($setting == 'safemode' && $ret === false)
$ret = 1;
return $ret;
diff --git a/include/text.php b/include/text.php
index be465d0f4..a02484855 100644
--- a/include/text.php
+++ b/include/text.php
@@ -807,7 +807,7 @@ function contact_block() {
$shown = get_pconfig($a->profile['uid'],'system','display_friend_count');
if($shown === false)
- $shown = 24;
+ $shown = 25;
if($shown == 0)
return;