diff options
-rw-r--r-- | modules/comment/helpers/comment_installer.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/helpers/comment_installer.php b/modules/comment/helpers/comment_installer.php index 69a08c63..d8b5af75 100644 --- a/modules/comment/helpers/comment_installer.php +++ b/modules/comment/helpers/comment_installer.php @@ -61,7 +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"); } } |