Fix missing argument warning

This commit is contained in:
Olaf Conradi 2013-11-12 22:26:47 +01:00
parent 7cb4c2f8ad
commit e31dae76ce

View File

@ -20,7 +20,7 @@ function dir_sort_links() {
return $o; return $o;
} }
function dir_safe_mode(&$a) { function dir_safe_mode() {
$observer = get_observer_hash(); $observer = get_observer_hash();
if ($observer) if ($observer)