summaryrefslogtreecommitdiff
path: root/modules/comment/helpers/comment_installer.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/comment/helpers/comment_installer.php')
-rw-r--r--modules/comment/helpers/comment_installer.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/comment/helpers/comment_installer.php b/modules/comment/helpers/comment_installer.php
index 5c5e9f03..69a08c63 100644
--- a/modules/comment/helpers/comment_installer.php
+++ b/modules/comment/helpers/comment_installer.php
@@ -61,8 +61,7 @@ class comment_installer {
$sql = "SELECT `item_id` FROM {comments}";
module::event("item_related_update_batch", $sql);
- $db->query("DROP TABLE IF EXISTS {comments]
-`;");
+ $db->query("DROP TABLE IF EXISTS {comments}`;");
module::delete("comment");
}
}