aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlaf Conradi <oohlaf@gmail.com>2013-11-12 13:40:14 -0800
committerOlaf Conradi <oohlaf@gmail.com>2013-11-12 13:40:14 -0800
commit428e0c8945ecb63714b67693941fe24b5761a2f2 (patch)
tree51b09489715e8f3d4f85c61255a3afeab844fbc3
parent7cb4c2f8ad813336aafdec05e40f3a8eb1808d00 (diff)
parente31dae76ce0c50865b28616616e735c13d5eee0c (diff)
downloadvolse-hubzilla-428e0c8945ecb63714b67693941fe24b5761a2f2.tar.gz
volse-hubzilla-428e0c8945ecb63714b67693941fe24b5761a2f2.tar.bz2
volse-hubzilla-428e0c8945ecb63714b67693941fe24b5761a2f2.zip
Merge pull request #198 from oohlaf/fixes
Fix missing argument warning
-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)