summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-03-25 18:38:55 +0100
committerYorhel <git@yorhel.nl>2009-03-25 18:38:55 +0100
commit2003e86a28451fddcde22c3261d281e94adffa41 (patch)
tree605d7800e6b306b8d24ddda9333c9be51c446fdc /lib
parent0aab83e13df0910d1aab50206ab1c481ece3305b (diff)
Hide pending tags on 'recently added' on /g
Diffstat (limited to 'lib')
-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 4c15a895..51a5f437 100644
--- a/lib/VNDB/Handler/Tags.pm
+++ b/lib/VNDB/Handler/Tags.pm
@@ -597,7 +597,7 @@ sub tagindex {
# Recently added
div class => 'mainbox threelayout';
a class => 'right', href => '/g/list', 'Browse all tags';
- my $r = $self->dbTagGet(order => 'added DESC', results => 10);
+ my $r = $self->dbTagGet(order => 'added DESC', results => 10, state => 2);
h1 'Recently added';
ul;
for (@$r) {