X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/d74347f965b920e837d28ae0d7c78135a2f447a3..3832ae64a2ed136e2103e33cccc6e796b5d35543:/SL/Form.pm diff --git a/SL/Form.pm b/SL/Form.pm index 64412e15e..bed92e217 100644 --- 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,