From 856907246d0959b8e3ffb11b541a9a7610115abb Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 7 Nov 2014 21:23:57 +0100 Subject: index: fix typo --- index.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.pl b/index.pl index 55a0017..c135f68 100644 --- a/index.pl +++ b/index.pl @@ -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, -- cgit v1.2.3