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:
5a54503
)
Vereinfachung.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 7 May 2009 14:42:33 +0000
(14:42 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 7 May 2009 14:42:33 +0000
(14:42 +0000)
SL/Template.pm
patch
|
blob
|
history
diff --git
a/SL/Template.pm
b/SL/Template.pm
index
c273d8f
..
d510ce1
100644
(file)
--- a/
SL/Template.pm
+++ b/
SL/Template.pm
@@
-85,7
+85,7
@@
sub _get_loop_variable_value {
my @indices = @_;
my $form = $self->{form};
- my $value = $
self->{form}
->{$var};
+ my $value = $
form
->{$var};
for (my $i = 0; $i < scalar(@indices); $i++) {
last unless (ref($value) eq "ARRAY");