[Koha-patches] [PATCH] Bug 7772 - reports/bor_issues_top.pl: we need to exit(0) for plack

Dobrica Pavlinusic dpavlin at rot13.org
Wed Mar 21 15:50:27 CET 2012


---
 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.2.5



More information about the Koha-patches mailing list