From 42a6e81b27be84cb87d40e3a321cbdc3e29a0b4d Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Wed, 21 Mar 2012 11:23:20 +0100 Subject: [PATCH] [Signed-off] Bug 7772 - reports/bor_issues_top.pl: we need to exit(0) for plack Signed-off-by: Alex Arnaud --- reports/bor_issues_top.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/reports/bor_issues_top.pl b/reports/bor_issues_top.pl index 95fc287..126cdef 100755 --- a/reports/bor_issues_top.pl +++ b/reports/bor_issues_top.pl @@ -102,7 +102,7 @@ if ($do_it) { print join($sep, map {$_->{totalcol}} @$cols); print $sep.@$results[0]->{total}; } - exit(1); + exit(0); } my $dbh = C4::Context->dbh; -- 1.7.4.1