diff options
author | friendica <info@friendica.com> | 2013-11-10 23:20:07 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-11-10 23:20:07 -0800 |
commit | 0adf31eef240c8d58ba6fc471892189a69d0696b (patch) | |
tree | 0bde887f806ea01d73c31500592ab99eee669506 /include | |
parent | ca4103debef7ecf36d93842750667e70c2a1e42a (diff) | |
parent | 888d7e05bf2fac41b52ab6b4094d6547174506c3 (diff) | |
download | volse-hubzilla-0adf31eef240c8d58ba6fc471892189a69d0696b.tar.gz volse-hubzilla-0adf31eef240c8d58ba6fc471892189a69d0696b.tar.bz2 volse-hubzilla-0adf31eef240c8d58ba6fc471892189a69d0696b.zip |
Merge https://github.com/friendica/red into zpull
Diffstat (limited to 'include')
-rw-r--r-- | include/dir_fns.php | 2 |
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'); |