diff options
author | friendica <info@friendica.com> | 2013-09-19 21:51:52 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-09-19 21:51:52 -0700 |
commit | 53de5f348a019d6a19ccca49a811c1985d094126 (patch) | |
tree | e50a6d22d1547b7bd3c6f2d8681c2f58e960d3d7 /mod/directory.php | |
parent | e81db4428d32839a7920f971f947757de64e0a9c (diff) | |
download | volse-hubzilla-53de5f348a019d6a19ccca49a811c1985d094126.tar.gz volse-hubzilla-53de5f348a019d6a19ccca49a811c1985d094126.tar.bz2 volse-hubzilla-53de5f348a019d6a19ccca49a811c1985d094126.zip |
typo
Diffstat (limited to 'mod/directory.php')
-rw-r--r-- | mod/directory.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 = ''; |