This commit is contained in:
friendica 2013-09-19 21:51:52 -07:00
parent e81db4428d
commit 53de5f348a

View File

@ -34,7 +34,7 @@ function directory_content(&$a) {
else
$safe_mode = intval($safe_mode);
if(x($_REQUEST,'safe')
if(x($_REQUEST,'safe'))
$safe_mode = intval($_REQUEST['safe']);
$o = '';