summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2015-09-20 14:31:15 +0200
committerYorhel <git@yorhel.nl>2015-09-20 14:31:15 +0200
commit28681f6b12b1d8958ae1d792bb831120530de15a (patch)
tree7faedc07a441d5a3f3a61ebc171adb0b0d74d311
parent83b62a3f95a420134320955d21c54d46bc64e94c (diff)
Use plural version of reqPosts
Surprisingly, this was the only change I needed to make to comply with the TUWF reqGet-style function split.
-rw-r--r--lib/VNDB/Plugin/TransAdmin.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VNDB/Plugin/TransAdmin.pm b/lib/VNDB/Plugin/TransAdmin.pm
index 777feb83..1f902010 100644
--- a/lib/VNDB/Plugin/TransAdmin.pm
+++ b/lib/VNDB/Plugin/TransAdmin.pm
@@ -89,7 +89,7 @@ sub _savelang {
push @read, $_ while (local $_ = $f->read);
$f->close;
- my @keys = $self->reqPost;
+ my @keys = $self->reqPosts;
$f = LangFile->new(write => $langfile);
my $key;
for my $l (@read) {