summaryrefslogtreecommitdiff
path: root/lib/VNDB/Handler/Producers.pm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2019-09-11 16:11:32 +0200
committerYorhel <git@yorhel.nl>2019-09-11 16:11:32 +0200
commit500d19bd7c5c2c3e6a73b8b5ae0aa5ab39182df7 (patch)
tree6e3b345e46cfb92748d0061a62f7ee61889e7836 /lib/VNDB/Handler/Producers.pm
parent7eca65c37be71d9c677cc99153e0df75902ed8cb (diff)
VNDB::Types: Convert platforms into %PLATFORM
Diffstat (limited to 'lib/VNDB/Handler/Producers.pm')
-rw-r--r--lib/VNDB/Handler/Producers.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VNDB/Handler/Producers.pm b/lib/VNDB/Handler/Producers.pm
index cb5ce4cc..db3f3a3d 100644
--- a/lib/VNDB/Handler/Producers.pm
+++ b/lib/VNDB/Handler/Producers.pm
@@ -175,7 +175,7 @@ sub _releases {
td class => 'tc3';
for (sort @{$rel->{platforms}}) {
next if $_ eq 'oth';
- cssicon $_, $self->{platforms}{$_};
+ cssicon $_, $PLATFORM{$_};
}
cssicon "lang $_", $LANGUAGE{$_} for (@{$rel->{languages}});
cssicon "rt$rel->{type}", $rel->{type};