From c80481634f6a7e00b43eb63ed5b0c8a2feb959c8 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 10 Apr 2010 09:49:49 +0000 Subject: - Patch #606190 by dww, noahb, sun: improve handling of database schema updates in update manager workflow. --- modules/system/system.updater.inc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'modules/system') diff --git a/modules/system/system.updater.inc b/modules/system/system.updater.inc index fa265d551..079fb0af1 100644 --- a/modules/system/system.updater.inc +++ b/modules/system/system.updater.inc @@ -81,10 +81,8 @@ class ModuleUpdater extends Updater implements DrupalUpdaterInterface { } public function postUpdateTasks() { - // @todo: If there are schema updates. - return array( - l(t('Run database updates for !project', array('!project' => $this->title)), 'update.php'), - ); + // We don't want to check for DB updates here, we do that once for all + // updated modules on the landing page. } } -- cgit v1.2.3