This commit is contained in:
Thomas Willingham
2013-11-09 18:45:52 +00:00
parent 7b29400c6c
commit 8569fda732
2 changed files with 2 additions and 3 deletions

View File

@@ -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');