mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
refactor: rename array_sort() to avoid function collision (#8494)
This commit is contained in:
committed by
Neil Lathwood
parent
d755b8c55e
commit
214472ba89
@@ -47,7 +47,7 @@ function get_notifications()
|
||||
$obj = array_merge($obj, $feed);
|
||||
echo '('.sizeof($obj).')'.PHP_EOL;
|
||||
}
|
||||
$obj = array_sort($obj, 'datetime');
|
||||
$obj = array_sort_by_column($obj, 'datetime');
|
||||
return $obj;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user