X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/e7361d77e6e37bf1f5a3137e237ab03d6dbb316f..ca12e8dfc4773aabc13818a0398e06e44028e2bc:/SL/Template.pm diff --git a/SL/Template.pm b/SL/Template.pm index a268ae6c9..6da93d9b3 100644 --- a/SL/Template.pm +++ b/SL/Template.pm @@ -453,7 +453,7 @@ sub parse { close(IN); $self->_parse_config_lines(\@lines); - $self->_force_mandatory_packages(\@lines); + $self->_force_mandatory_packages(\@lines) if (ref $self eq 'LaTeXTemplate'); my $contents = join("", @lines);