diff options
author | Daniel Friesel <derf@finalrewind.org> | 2014-11-07 21:23:57 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2014-11-07 21:23:57 +0100 |
commit | 856907246d0959b8e3ffb11b541a9a7610115abb (patch) | |
tree | 8294fc17ab3558a7e190e4318c42604493c4fd4c /index.pl | |
parent | 6fcf4d3f96b8855172fbe12a7b4c1ddc14c35d33 (diff) |
index: fix typo
Diffstat (limited to 'index.pl')
-rw-r--r-- | index.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -253,7 +253,7 @@ sub handle_request { destination => $result->destination, platform => $platform, info => $info, - is_cancelled => $result->can('is_canceled') + is_cancelled => $result->can('is_cancelled') ? $result->is_cancelled : undef, moreinfo => $moreinfo, |