diff options
author | Thomas Willingham <founder@kakste.com> | 2013-11-09 18:45:52 +0000 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2013-11-09 18:45:52 +0000 |
commit | 8569fda732238fe8f1fd845e0b273cc325033df0 (patch) | |
tree | 7b9360529cad624f544339e83e9afce4dddbca48 /include | |
parent | 7b29400c6c8448718f156aff73754f669992ee69 (diff) | |
download | volse-hubzilla-8569fda732238fe8f1fd845e0b273cc325033df0.tar.gz volse-hubzilla-8569fda732238fe8f1fd845e0b273cc325033df0.tar.bz2 volse-hubzilla-8569fda732238fe8f1fd845e0b273cc325033df0.zip |
Clean up
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 319be25c4..cd812ddc7 100644 --- a/include/dir_fns.php +++ b/include/dir_fns.php @@ -23,7 +23,7 @@ function dir_sort_links() { function dir_safe_mode(&$a) { $observer = get_observer_hash(); -// if ($observer) + if ($observer) $safe_mode = get_xconfig($observer,'directory','safe_mode'); if($safe_mode == 0) $toggle = t('Enable Safe Search'); |