From 6c881d9c5a379ea6b94b07f5b17613940ebbcc50 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Tue, 30 Nov 2010 06:19:47 +0000 Subject: #606190 follow-up by rschwab, dww, Bojhan: Better workflow links in update manager. --- modules/system/system.updater.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/system') 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'), ); } } -- cgit v1.2.3