From a9c777c5e7fecd446085e4f4bd88a65691b04660 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 10 Oct 2014 20:20:54 +0200 Subject: [PATCH] Bug 11395: exit should be done after displaying the output Signed-off-by: Brendan Gallagher --- tools/batch_record_modification.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/batch_record_modification.pl b/tools/batch_record_modification.pl index d16b547..beb2b4c 100755 --- a/tools/batch_record_modification.pl +++ b/tools/batch_record_modification.pl @@ -73,6 +73,7 @@ unless ( @templates ) { errors => ['no_template_defined'], ); output_html_with_http_headers $input, $cookie, $template->output; + exit; } if ( $mmtid ) { -- 2.1.0