summaryrefslogtreecommitdiff
path: root/lib/VNDB/Handler/Tags.pm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2011-02-14 10:58:05 +0100
committerYorhel <git@yorhel.nl>2011-02-14 10:58:05 +0100
commit23c6f7c1dc584fab42d87f060a9faa033e04c8e2 (patch)
tree355c31e13d4b67afe9cce6ef8b2f7a07689fe172 /lib/VNDB/Handler/Tags.pm
parentf4b31e6d934bc93d678804ae7e4039031ff87760 (diff)
chardb: Added trait index and search
Diffstat (limited to 'lib/VNDB/Handler/Tags.pm')
-rw-r--r--lib/VNDB/Handler/Tags.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VNDB/Handler/Tags.pm b/lib/VNDB/Handler/Tags.pm
index 6e48cc26..6ddac04d 100644
--- a/lib/VNDB/Handler/Tags.pm
+++ b/lib/VNDB/Handler/Tags.pm
@@ -625,7 +625,7 @@ sub tagindex {
end;
my $t = $self->dbTagTree(0, 2);
- childtags($self, mt('_tagp_tree'), 'g', {childs => $t});
+ childtags($self, mt('_tagidx_tree'), 'g', {childs => $t});
table class => 'mainbox threelayout';
Tr;