Skip to content
Snippets Groups Projects
Commit 489f6396 authored by Thijs Kinkhorst's avatar Thijs Kinkhorst
Browse files

Present modules list sorted by name

parent 55c96c5a
Branches
Tags
No related merge requests found
......@@ -155,6 +155,7 @@ class Config
foreach ($modules as $module) {
$modulestates[$module] = Module::isModuleEnabled($module);
}
ksort($modulestates);
return $modulestates;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment