diff options
Diffstat (limited to 'include/dir_fns.php')
-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) |