diff options
author | Olaf Conradi <olaf@conradi.org> | 2013-11-12 22:26:47 +0100 |
---|---|---|
committer | Olaf Conradi <olaf@conradi.org> | 2013-11-12 22:26:47 +0100 |
commit | e31dae76ce0c50865b28616616e735c13d5eee0c (patch) | |
tree | 51b09489715e8f3d4f85c61255a3afeab844fbc3 | |
parent | 7cb4c2f8ad813336aafdec05e40f3a8eb1808d00 (diff) | |
download | volse-hubzilla-e31dae76ce0c50865b28616616e735c13d5eee0c.tar.gz volse-hubzilla-e31dae76ce0c50865b28616616e735c13d5eee0c.tar.bz2 volse-hubzilla-e31dae76ce0c50865b28616616e735c13d5eee0c.zip |
Fix missing argument warning
-rw-r--r-- | include/dir_fns.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dir_fns.php b/include/dir_fns.php index fef58428f..0c9a6bd9f 100644 --- a/include/dir_fns.php +++ b/include/dir_fns.php @@ -20,7 +20,7 @@ function dir_sort_links() { return $o; } -function dir_safe_mode(&$a) { +function dir_safe_mode() { $observer = get_observer_hash(); if ($observer) |