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…
Reference in New Issue