From e81db4428d32839a7920f971f947757de64e0a9c Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 19 Sep 2013 21:48:55 -0700 Subject: [PATCH] now bring it to the url --- mod/directory.php | 2 ++ 1 file changed, 2 insertions(+) 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');