summaryrefslogtreecommitdiff
path: root/lib/VNDB/Handler
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2010-11-27 14:57:38 +0100
committerYorhel <git@yorhel.nl>2010-11-27 14:58:50 +0100
commit1f2b55b81523bdd806c8a75035f597478ede6776 (patch)
tree1586900dd4ac24b1898c806a2f7c352e4271f64f /lib/VNDB/Handler
parenteee0e8d981f68a0d55778072b7f38d87788de5c4 (diff)
Handler::VNBrowse: Apply search query and filters when changing first char
Diffstat (limited to 'lib/VNDB/Handler')
-rw-r--r--lib/VNDB/Handler/VNBrowse.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VNDB/Handler/VNBrowse.pm b/lib/VNDB/Handler/VNBrowse.pm
index 56468e96..df450677 100644
--- a/lib/VNDB/Handler/VNBrowse.pm
+++ b/lib/VNDB/Handler/VNBrowse.pm
@@ -78,7 +78,7 @@ sub list {
$self->htmlSearchBox('v', $f->{q});
p class => 'browseopts';
for ('all', 'a'..'z', 0) {
- a href => "/v/$_", $_ eq $char ? (class => 'optselected') : (), $_ eq 'all' ? mt('_char_all') : $_ ? uc $_ : '#';
+ a href => "/v/$_?q=$f->{q};fil=$f->{fil}", $_ eq $char ? (class => 'optselected') : (), $_ eq 'all' ? mt('_char_all') : $_ ? uc $_ : '#';
}
end;