diff options
author | Daniel Friesel <derf@finalrewind.org> | 2015-09-01 10:00:28 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2015-09-01 10:00:28 +0200 |
commit | 2edf8d164d8e72947fd286aca911b4d6b123d9b3 (patch) | |
tree | 9d53a8830cdb426da9b20c1c5047fc7842cbdad0 | |
parent | 46464a5ecf3845b8dd3e8b77d748eb2266d6669a (diff) |
IRIS backend: fix misdetection of platform changes when multi-word platforms are used
-rw-r--r-- | index.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |