summaryrefslogtreecommitdiff
path: root/lib/Multi/API.pm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2019-09-12 10:34:49 +0200
committerYorhel <git@yorhel.nl>2019-09-12 10:34:49 +0200
commit08aab1b868280b295150734cdf3841d60b815f96 (patch)
tree050a28b6e5c89d08f8c0153741d481f734a0c48a /lib/Multi/API.pm
parent794806518f18bfb5470a785bb47ca799f11679b3 (diff)
VNDB::Types: Convert producer_types
Diffstat (limited to 'lib/Multi/API.pm')
-rw-r--r--lib/Multi/API.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Multi/API.pm b/lib/Multi/API.pm
index 28ed8bc2..fdde0e8c 100644
--- a/lib/Multi/API.pm
+++ b/lib/Multi/API.pm
@@ -777,7 +777,7 @@ my %GET_PRODUCER = (
],
type => [
[ str => 'p.type :op: :value:', {qw|= = != <>|},
- process => sub { !$VNDB::S{producer_types}{$_[0]} ? \'No such producer type' : $_[0] } ],
+ process => sub { !$PRODUCER_TYPE{$_[0]} ? \'No such producer type' : $_[0] } ],
],
language => [
[ str => 'p.lang :op: :value:', {qw|= = != <>|}, process => \'lang' ],