Skip to content
Snippets Groups Projects
Commit 4d45f0c7 authored by Kjartan Mannes's avatar Kjartan Mannes
Browse files

- changing the sorting algorithm in module_list so it is case insensitive.

parent dbbfc741
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -53,7 +53,7 @@ function module_list() {
include_once $module->filename;
}
}
asort($list);
natcasesort($list);
}
return $list;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment