From 418b6cedb0b52446f4acabfa42c39696e35958bb 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 Content-Type: text/plain; charset=utf-8 Signed-off-by: Brendan Gallagher Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi Signed-off-by: Marcel de Rooy --- 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.7.6