From 53de5f348a019d6a19ccca49a811c1985d094126 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 19 Sep 2013 21:51:52 -0700 Subject: typo --- mod/directory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/directory.php') diff --git a/mod/directory.php b/mod/directory.php index 629174560..195ca993e 100644 --- a/mod/directory.php +++ b/mod/directory.php @@ -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 = ''; -- cgit v1.2.3