summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2020-01-05 20:22:15 +0100
committerYorhel <git@yorhel.nl>2020-01-05 20:22:15 +0100
commitb02430a14da69d626912f646f78d05b2493a94dd (patch)
tree397817671b962a81bd9e09a67defe1a74bc44546
parentd1d981efa5b0910260cbd1c226e3ab683c8304ae (diff)
ulist: Fix loading of saved default for the wishlist
-rw-r--r--lib/VNWeb/User/Lists.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VNWeb/User/Lists.pm b/lib/VNWeb/User/Lists.pm
index 6df2b345..c1beb4f4 100644
--- a/lib/VNWeb/User/Lists.pm
+++ b/lib/VNWeb/User/Lists.pm
@@ -284,7 +284,7 @@ sub opt {
# Presets
tuwf->reqGet('vnlist') ? { mul => 0, p => 1, l => [1,2,3,4,7,-1,0], s => 'title', o => 'a', c => [qw/label vote added started finished/], load 'vnlist' } :
tuwf->reqGet('votes') ? { mul => 0, p => 1, l => [7], s => 'voted', o => 'd', c => [qw/vote voted/], load 'votes' } :
- tuwf->reqGet('wishlist') ? { mul => 0, p => 1, l => [5], s => 'title', o => 'a', c => [qw/label added/], load 'wishlist' } :
+ tuwf->reqGet('wishlist') ? { mul => 0, p => 1, l => [5], s => 'title', o => 'a', c => [qw/label added/], load 'wish' } :
# Full options
tuwf->validate(get =>
p => { upage => 1 },