summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTekimaki <tekimaki_admin@users.sourceforge.net>2008-12-01 00:24:24 +0000
committerTekimaki <tekimaki_admin@users.sourceforge.net>2008-12-01 00:24:24 +0000
commita30d476ada89b5d6565e52a13e7946fda9ca1d05 (patch)
tree373024ca6985a2040a5cd270e68c28c5838f4137
parentfde76307752b065805b677d4e190f827e763814b (diff)
downloadtags-a30d476ada89b5d6565e52a13e7946fda9ca1d05.tar.gz
tags-a30d476ada89b5d6565e52a13e7946fda9ca1d05.tar.bz2
tags-a30d476ada89b5d6565e52a13e7946fda9ca1d05.zip
revert check, current is too restrictive, and old we can grow into when feature is finally completed
-rw-r--r--templates/edit_tags.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/edit_tags.tpl b/templates/edit_tags.tpl
index 20a9d3c..33ce4fe 100644
--- a/templates/edit_tags.tpl
+++ b/templates/edit_tags.tpl
@@ -1,6 +1,6 @@
{strip}
-{if $loadTags}
+{if $gContent->mContentTypeGuid != 'bitcomment' || $gBitSystem->isFeatureActive('tags_on_comments')}
<div class="row">
{formlabel label="Tags" for="tags"}
@@ -14,4 +14,4 @@
{/if}
-{/strip} \ No newline at end of file
+{/strip}