now bring it to the url

This commit is contained in:
friendica 2013-09-19 21:48:55 -07:00
parent 977b350866
commit e81db4428d

View File

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