From 3733d2f300cfbc6e222b2295db00174935f0195b Mon Sep 17 00:00:00 2001 From: Matthias Meusburger Date: Wed, 27 May 2009 17:12:53 +0200 Subject: [PATCH] Prevent from Deep Recursion die bug Signed-off-by: Henri-Damien LAURENT --- C4/Context.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Context.pm b/C4/Context.pm index 99019ea30c..dcf1f0dd4c 100644 --- a/C4/Context.pm +++ b/C4/Context.pm @@ -71,7 +71,7 @@ BEGIN { } print ""; } - CGI::Carp::set_message(\&handle_errors); + #CGI::Carp::set_message(\&handle_errors); ## give a stack backtrace if KOHA_BACKTRACES is set ## can't rely on DebugLevel for this, as we're not yet connected if ($ENV{KOHA_BACKTRACES}) { -- 2.39.5