From 5be8c2c6c760be9dc36a6b76e63a49d98cc180e4 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 Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi --- 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 ) { -- 1.9.1