diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/system/system.updater.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/system/system.updater.inc b/modules/system/system.updater.inc index f8b9cb6a1..c86a518bb 100644 --- a/modules/system/system.updater.inc +++ b/modules/system/system.updater.inc @@ -77,6 +77,7 @@ class ModuleUpdater extends Updater implements DrupalUpdaterInterface { public function postInstallTasks() { return array( l(t('Enable newly added modules'), 'admin/modules'), + l(t('Administration pages'), 'admin'), ); } @@ -146,6 +147,7 @@ class ThemeUpdater extends Updater implements DrupalUpdaterInterface { public function postInstallTasks() { return array( l(t('Set the !project theme as default', array('!project' => $this->title)), 'admin/appearance'), + l(t('Administration pages'), 'admin'), ); } } |