summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
Diffstat (limited to 'update.php')
-rw-r--r--update.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.php b/update.php
index c039fda5f..884e4434b 100644
--- a/update.php
+++ b/update.php
@@ -678,7 +678,7 @@ function update_79() {
}
else {
update_sql("ALTER TABLE {node} DROP attributes");
- update_sql("ALTER TABLE {comment} DROP link");
+ update_sql("ALTER TABLE {comments} DROP link");
}
}