summaryrefslogtreecommitdiff
path: root/lib/VNDB.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/VNDB.pm')
-rw-r--r--lib/VNDB.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VNDB.pm b/lib/VNDB.pm
index 91e8eb49..dff63bc7 100644
--- a/lib/VNDB.pm
+++ b/lib/VNDB.pm
@@ -45,7 +45,7 @@ my %VNDBuris = ( # wildcards: * -> (.+), + -> ([0-9]+)
'/' => sub { shift->UsrPage(shift) },
votes => sub { shift->VNVotes(shift) },
edit => sub { shift->UsrEdit(shift) },
- pending => sub { shift->UsrPending(shift) },
+ del => sub { shift->UsrDel(shift) },
list => sub { shift->VNMyList(shift) },
hist => {'*'=> sub { shift->History('u', shift, $_[1]) } },
},