Prevent from Deep Recursion die bug
authorMatthias Meusburger <matthias.meusburger@biblibre.com>
Wed, 27 May 2009 15:12:53 +0000 (17:12 +0200)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Wed, 30 Sep 2009 09:30:36 +0000 (11:30 +0200)
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
C4/Context.pm

index 99019ea..dcf1f0d 100644 (file)
@@ -71,7 +71,7 @@ BEGIN {
                                }       
                 print "</body></html>";
                        }
-               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}) {