Skip to content

Commit

Permalink
Update DashboardForm.php (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
zolhorvath committed Apr 16, 2020
1 parent f31d3b2 commit 7c88191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Form/DashboardForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public function __construct(ModuleHandlerInterface $module_handler, ModuleInstal

// Sort all modules by their names.
try {
$modules = $module_extension_list->getList();
$modules = $module_extension_list->reset()->getList();
uasort($modules, 'system_sort_modules_by_info_name');
}
catch (InfoParserException $e) {
Expand Down

0 comments on commit 7c88191

Please sign in to comment.