aboutsummaryrefslogtreecommitdiffstats
path: root/include/dir_fns.php
diff options
context:
space:
mode:
authorOlaf Conradi <olaf@conradi.org>2013-11-12 22:26:47 +0100
committerOlaf Conradi <olaf@conradi.org>2013-11-12 22:26:47 +0100
commite31dae76ce0c50865b28616616e735c13d5eee0c (patch)
tree51b09489715e8f3d4f85c61255a3afeab844fbc3 /include/dir_fns.php
parent7cb4c2f8ad813336aafdec05e40f3a8eb1808d00 (diff)
downloadvolse-hubzilla-e31dae76ce0c50865b28616616e735c13d5eee0c.tar.gz
volse-hubzilla-e31dae76ce0c50865b28616616e735c13d5eee0c.tar.bz2
volse-hubzilla-e31dae76ce0c50865b28616616e735c13d5eee0c.zip
Fix missing argument warning
Diffstat (limited to 'include/dir_fns.php')
-rw-r--r--include/dir_fns.php2
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)