From 6757c89db743b1502a2a17eace1683fa79d145e4 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 10 Oct 2014 20:20:54 +0200 Subject: [PATCH] [PASSED QA] Bug 11395: exit should be done after displaying the output Signed-off-by: Brendan Gallagher Signed-off-by: Kyle M Hall --- tools/batch_record_modification.pl | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) 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.7.2.5