summaryrefslogtreecommitdiff
path: root/modules/system
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2012-12-08 19:28:58 -0500
committerDavid Rothstein <drothstein@gmail.com>2012-12-08 19:28:58 -0500
commit50f9d3f97c5c57294f5567740face9c9a920573f (patch)
treed8a6fd5adee1e237fff4bfa4b1e941a5ff5d68ee /modules/system
parent3ed0414d17e42753a8b5587c1225e3582cfe7bbd (diff)
downloadbrdo-50f9d3f97c5c57294f5567740face9c9a920573f.tar.gz
brdo-50f9d3f97c5c57294f5567740face9c9a920573f.tar.bz2
Issue #1446650 by superspring | drupalsven: Added After installing module display link to 'install another module'.
Diffstat (limited to 'modules/system')
-rw-r--r--modules/system/system.updater.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/system/system.updater.inc b/modules/system/system.updater.inc
index 0df1ad955..a14d788b1 100644
--- a/modules/system/system.updater.inc
+++ b/modules/system/system.updater.inc
@@ -73,8 +73,12 @@ class ModuleUpdater extends Updater implements DrupalUpdaterInterface {
return array();
}
+ /**
+ * Returns a list of post install actions.
+ */
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'),
);