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:
0be6a68
)
LXDebug::dump: Objekte aus Namensraum SL::* ohne »as_debug_info« wie Hash behandeln
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 2 Mar 2017 13:57:47 +0000
(14:57 +0100)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 2 Mar 2017 15:04:14 +0000
(16:04 +0100)
SL/LXDebug.pm
patch
|
blob
|
history
diff --git
a/SL/LXDebug.pm
b/SL/LXDebug.pm
index
2c06b8b
..
40ec54c
100644
(file)
--- a/
SL/LXDebug.pm
+++ b/
SL/LXDebug.pm
@@
-187,7
+187,7
@@
sub dump {
}
- } elsif (ref($src) =~ m{^(?:HASH|Form)$}) {
+ } elsif (ref($src) =~ m{^(?:HASH|Form
|SL::.+
)$}) {
$dumped{$addr} = {};
foreach my $key (keys %{ $src }) {