summaryrefslogtreecommitdiff
path: root/modules/comment/helpers
diff options
context:
space:
mode:
Diffstat (limited to 'modules/comment/helpers')
-rw-r--r--modules/comment/helpers/comment_installer.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/comment/helpers/comment_installer.php b/modules/comment/helpers/comment_installer.php
index 695aa298..b1cfcdc0 100644
--- a/modules/comment/helpers/comment_installer.php
+++ b/modules/comment/helpers/comment_installer.php
@@ -61,6 +61,5 @@ class comment_installer {
module::event("item_related_update_batch", $sql);
$db->query("DROP TABLE IF EXISTS {comments};");
- module::delete("comment");
}
}