diff options
author | friendica <info@friendica.com> | 2015-02-03 23:30:07 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-02-03 23:30:07 -0800 |
commit | 127bf82187c266c2202fd33003e60b5061778cd7 (patch) | |
tree | ad29cff6716c658a10ff33ff40b5771750f8b787 /mod/directory.php | |
parent | 0cc29af6d0c305efa35fbe3b0c7bc314f21b4166 (diff) | |
download | volse-hubzilla-127bf82187c266c2202fd33003e60b5061778cd7.tar.gz volse-hubzilla-127bf82187c266c2202fd33003e60b5061778cd7.tar.bz2 volse-hubzilla-127bf82187c266c2202fd33003e60b5061778cd7.zip |
probably enough for now - couldn't get the censorship filter in today, I think that's the only bit missing.
Diffstat (limited to 'mod/directory.php')
-rw-r--r-- | mod/directory.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/directory.php b/mod/directory.php index 40ca93af9..f19b1142e 100644 --- a/mod/directory.php +++ b/mod/directory.php @@ -277,6 +277,7 @@ function directory_content(&$a) { 'keywords' => $out, 'ignlink' => $suggest ? $a->get_baseurl() . '/directory?ignore=' . $rr['hash'] : '', 'ignore_label' => "Don't suggest", + 'safe' => $safe_mode ); $arr = array('contact' => $rr, 'entry' => $entry); |