#11418 fixed id modules order in view graphs

This commit is contained in:
Daniel Cebrian 2023-07-06 11:26:29 +02:00
parent 3751af36c7
commit 951a468282

View File

@ -176,7 +176,7 @@ foreach ($modules_boolean as $i => $m) {
$list_modules = ($modules_networkmap_no_proc + $modules_others + $modules_boolean); $list_modules = ($modules_networkmap_no_proc + $modules_others + $modules_boolean);
sort($list_modules); asort($list_modules);
// ---------------------------------------------------------------------- // ----------------------------------------------------------------------
if (empty($modules)) { if (empty($modules)) {
// Selected the first 6 modules. // Selected the first 6 modules.