aboutsummaryrefslogtreecommitdiffstats
path: root/include/dir_fns.php
diff options
context:
space:
mode:
authorThomas Willingham <founder@kakste.com>2013-11-09 18:45:52 +0000
committerThomas Willingham <founder@kakste.com>2013-11-09 18:45:52 +0000
commit8569fda732238fe8f1fd845e0b273cc325033df0 (patch)
tree7b9360529cad624f544339e83e9afce4dddbca48 /include/dir_fns.php
parent7b29400c6c8448718f156aff73754f669992ee69 (diff)
downloadvolse-hubzilla-8569fda732238fe8f1fd845e0b273cc325033df0.tar.gz
volse-hubzilla-8569fda732238fe8f1fd845e0b273cc325033df0.tar.bz2
volse-hubzilla-8569fda732238fe8f1fd845e0b273cc325033df0.zip
Clean up
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 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');