mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Update DiscoveryTaskList.class.php
This commit is contained in:
parent
02b2eec65d
commit
98b7a9c66a
@ -1525,7 +1525,7 @@ class DiscoveryTaskList extends HTML
|
||||
|
||||
if (is_array($data['modules'])) {
|
||||
// Alphabetically sort.
|
||||
ksort($data['modules']);
|
||||
ksort($data['modules'], SORT_STRING | SORT_FLAG_CASE);
|
||||
|
||||
$simple_data = array_merge(
|
||||
$simple_data,
|
||||
|
Loading…
x
Reference in New Issue
Block a user