Merge pull request #198 from oohlaf/fixes

Fix missing argument warning
This commit is contained in:
Olaf Conradi 2013-11-12 13:40:14 -08:00
commit 428e0c8945

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)