Skip to content
Snippets Groups Projects
Commit 92804b4c authored by catch's avatar catch
Browse files

Issue #1446650 by superspring: After installing module display link to 'install another module'.

parent ee2acd68
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
......@@ -98,6 +98,7 @@ public function getSchemaUpdates() {
*/
public function postInstallTasks() {
return array(
l(t('Install another module'), 'admin/modules/install'),
l(t('Enable newly added modules'), 'admin/modules'),
l(t('Administration pages'), 'admin'),
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment