summaryrefslogtreecommitdiff
path: root/modules/comment/comment.install
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-08-22 14:55:29 +0000
committerDries Buytaert <dries@buytaert.net>2010-08-22 14:55:29 +0000
commit40af7785cf757f0405e2f9a4690ab259bf5576d6 (patch)
tree107922b2dc2d4f6e3ee350e4a2d2a5c3e1077030 /modules/comment/comment.install
parent9442cbbf77a75585d4efe0c9a6fe8f3c1d121fe4 (diff)
downloadbrdo-40af7785cf757f0405e2f9a4690ab259bf5576d6.tar.gz
brdo-40af7785cf757f0405e2f9a4690ab259bf5576d6.tar.bz2
- Patch #877690 by catch, das-peter, mfer, Damien Tournoud: cannot upgrade Drupal core if the comment module is enabled.
Diffstat (limited to 'modules/comment/comment.install')
-rw-r--r--modules/comment/comment.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/comment.install b/modules/comment/comment.install
index 964927ad5..730211bc6 100644
--- a/modules/comment/comment.install
+++ b/modules/comment/comment.install
@@ -90,7 +90,7 @@ function comment_update_dependencies() {
);
// Comment update 7012 creates the comment body field and therefore must run
- // after all entities have been updated.
+ // after text module has been enabled and entities have been updated.
$dependencies['comment'][7012] = array(
'system' => 7021,
);