Fix missing argument warning
This commit is contained in:
parent
7cb4c2f8ad
commit
e31dae76ce
@ -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)
|
||||||
|
Reference in New Issue
Block a user