summaryrefslogtreecommitdiff
path: root/lib/VNDB
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2020-05-25 14:29:03 +0200
committerYorhel <git@yorhel.nl>2020-05-25 14:29:28 +0200
commitfbe2b482ff4cf19b25941a70bb72bb23a15c11d1 (patch)
treefdf2b58a31a39413624eca472e23f1fbacb1b27d /lib/VNDB
parent71d8fb65059288d6f312bf6c61b21c8bb2dea82f (diff)
Chars::Edit: Character creation + copying
This removes the 'Add character' link from the main menu, need some data to see if it's used.
Diffstat (limited to 'lib/VNDB')
-rw-r--r--lib/VNDB/Handler/Chars.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VNDB/Handler/Chars.pm b/lib/VNDB/Handler/Chars.pm
index 781a5507..55936775 100644
--- a/lib/VNDB/Handler/Chars.pm
+++ b/lib/VNDB/Handler/Chars.pm
@@ -126,7 +126,7 @@ sub edit {
$self->htmlHeader(title => $title, noindex => 1);
$self->htmlMainTabs('c', $r, $copy ? 'copy' : 'edit') if $r;
$self->htmlEditMessage('c', $r, $title, $copy);
- $self->htmlForm({ frm => $frm, action => $r ? "/c$id/".($copy ? 'copy' : 'edit') : '/c/new', editsum => 1, upload => 1 },
+ $self->htmlForm({ frm => $frm, action => $r ? "/old/c$id/".($copy ? 'copy' : 'edit') : '/old/c/new', editsum => 1, upload => 1 },
chare_geninfo => [ 'General info',
[ input => name => 'Name (romaji)', short => 'name' ],
[ input => name => 'Original name', short => 'original' ],