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:
af0085b
)
Menu: Rechtschreibung
author
Sven Schöling
<s.schoeling@linet-services.de>
Thu, 16 Jul 2015 12:03:07 +0000
(14:03 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Mon, 20 Jul 2015 14:37:27 +0000
(16:37 +0200)
SL/Menu.pm
patch
|
blob
|
history
diff --git
a/SL/Menu.pm
b/SL/Menu.pm
index
ccfc32c
..
8cc9c7e
100644
(file)
--- a/
SL/Menu.pm
+++ b/
SL/Menu.pm
@@
-97,7
+97,7
@@
sub build_tree {
# first, some sanity check. are all parents valid ids or empty?
for my $node ($self->nodes) {
next if !exists $node->{parent} || !$node->{parent} || $self->{by_id}->{$node->{id}};
- die "menu: node $node->{id} has non-exist
a
nt parent $node->{parent}";
+ die "menu: node $node->{id} has non-exist
e
nt parent $node->{parent}";
}
my %by_parent;