summaryrefslogtreecommitdiff
path: root/modules/tag/helpers
diff options
context:
space:
mode:
Diffstat (limited to 'modules/tag/helpers')
-rw-r--r--modules/tag/helpers/tag_installer.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/tag/helpers/tag_installer.php b/modules/tag/helpers/tag_installer.php
index 74fa97a5..07544c54 100644
--- a/modules/tag/helpers/tag_installer.php
+++ b/modules/tag/helpers/tag_installer.php
@@ -46,6 +46,5 @@ class tag_installer {
$db = Database::instance();
$db->query("DROP TABLE IF EXISTS {tags};");
$db->query("DROP TABLE IF EXISTS {items_tags};");
- module::delete("tag");
}
}