aboutsummaryrefslogtreecommitdiffstats
path: root/include/dir_fns.php
diff options
context:
space:
mode:
authorThomas Willingham <founder@kakste.com>2013-11-11 06:13:17 +0000
committerThomas Willingham <founder@kakste.com>2013-11-11 06:13:17 +0000
commit888d7e05bf2fac41b52ab6b4094d6547174506c3 (patch)
tree302784c31d3d30d6683af21a729b0ad78ce0c2b0 /include/dir_fns.php
parentc39200429046cdde16edbcb6e28c5cf3c7434d4a (diff)
downloadvolse-hubzilla-888d7e05bf2fac41b52ab6b4094d6547174506c3.tar.gz
volse-hubzilla-888d7e05bf2fac41b52ab6b4094d6547174506c3.tar.bz2
volse-hubzilla-888d7e05bf2fac41b52ab6b4094d6547174506c3.zip
More safe search - since the default is one, toggle only works after
an initial xconfig is set - the first one will turn safe search on (ie, do nothing from a users point of view). Fix that.
Diffstat (limited to 'include/dir_fns.php')
-rw-r--r--include/dir_fns.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dir_fns.php b/include/dir_fns.php
index 0d0507059..7af98bec3 100644
--- a/include/dir_fns.php
+++ b/include/dir_fns.php
@@ -25,7 +25,7 @@ function dir_safe_mode(&$a) {
if ($observer)
$safe_mode = get_xconfig($observer,'directory','safe_mode');
- if($safe_mode == 0)
+ if($safe_mode === '0')
$toggle = t('Enable Safe Search');
else
$toggle = t('Disable Safe Search');