projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76c2ea0
)
Backtrace anzeigen, wenn ein Fehler in User.pm ausgelöst wird.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 16 May 2007 07:54:32 +0000
(07:54 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 16 May 2007 07:54:32 +0000
(07:54 +0000)
SL/User.pm
patch
|
blob
|
history
diff --git
a/SL/User.pm
b/SL/User.pm
index
44c7686
..
2b067c1
100644
(file)
--- 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