From 98e5f0698f9419d600ee8652620217d17a3392f2 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Wed, 16 May 2007 07:54:32 +0000 Subject: [PATCH] =?utf8?q?Backtrace=20anzeigen,=20wenn=20ein=20Fehler=20in?= =?utf8?q?=20User.pm=20ausgel=C3=B6st=20wird.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/User.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SL/User.pm b/SL/User.pm index 44c7686e2..2b067c1d6 100644 --- a/SL/User.pm +++ b/SL/User.pm @@ -1156,6 +1156,8 @@ sub error { my ($self, $msg) = @_; + $main::lxdebug->show_backtrace(); + if ($ENV{HTTP_USER_AGENT}) { print qq|Content-Type: text/html -- 2.20.1