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:
e0a2fe1
)
Form::init_template gibt immer das Template-Objekt zurück
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 21 Jun 2011 12:34:11 +0000
(14:34 +0200)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 21 Jun 2011 12:34:25 +0000
(14:34 +0200)
SL/Form.pm
patch
|
blob
|
history
diff --git
a/SL/Form.pm
b/SL/Form.pm
index
64412e1
..
bed92e2
100644
(file)
--- a/
SL/Form.pm
+++ b/
SL/Form.pm
@@
-881,7
+881,7
@@
sub parse_html_template {
sub init_template {
my $self = shift;
- return if $self->template;
+ return
$self->template
if $self->template;
return $self->template(Template->new({
'INTERPOLATE' => 0,