aboutsummaryrefslogtreecommitdiffstats
path: root/mod/directory.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-09-19 21:48:55 -0700
committerfriendica <info@friendica.com>2013-09-19 21:48:55 -0700
commite81db4428d32839a7920f971f947757de64e0a9c (patch)
treeb2d1c8ef4ced69f25c7970b6267dd748a7d2e334 /mod/directory.php
parent977b350866f9abecf409fbf4556c1e1e3e288a14 (diff)
downloadvolse-hubzilla-e81db4428d32839a7920f971f947757de64e0a9c.tar.gz
volse-hubzilla-e81db4428d32839a7920f971f947757de64e0a9c.tar.bz2
volse-hubzilla-e81db4428d32839a7920f971f947757de64e0a9c.zip
now bring it to the url
Diffstat (limited to 'mod/directory.php')
-rw-r--r--mod/directory.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/directory.php b/mod/directory.php
index dfc0efc88..629174560 100644
--- a/mod/directory.php
+++ b/mod/directory.php
@@ -34,6 +34,8 @@ function directory_content(&$a) {
else
$safe_mode = intval($safe_mode);
+ if(x($_REQUEST,'safe')
+ $safe_mode = intval($_REQUEST['safe']);
$o = '';
nav_set_selected('directory');