summaryrefslogtreecommitdiff
path: root/modules/system/system.updater.inc
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system/system.updater.inc')
-rw-r--r--modules/system/system.updater.inc6
1 files changed, 2 insertions, 4 deletions
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.
}
}