summaryrefslogtreecommitdiff
path: root/index.pl
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2015-09-01 10:00:28 +0200
committerDaniel Friesel <derf@finalrewind.org>2015-09-01 10:00:28 +0200
commit2edf8d164d8e72947fd286aca911b4d6b123d9b3 (patch)
tree9d53a8830cdb426da9b20c1c5047fc7842cbdad0 /index.pl
parent46464a5ecf3845b8dd3e8b77d748eb2266d6669a (diff)
IRIS backend: fix misdetection of platform changes when multi-word platforms are used
Diffstat (limited to 'index.pl')
-rw-r--r--index.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.pl b/index.pl
index 30c8221..e99ed63 100644
--- a/index.pl
+++ b/index.pl
@@ -507,7 +507,7 @@ sub handle_request {
],
destination => $result->destination,
origin => $result->origin,
- platform => $platform,
+ platform => $result->platform,
scheduled_platform => $result->sched_platform,
info => $info,
is_cancelled => $result->is_cancelled,