Revision ec409dd1
Von Moritz Bunkus vor fast 15 Jahren hinzugefügt
SL/Form.pm | ||
---|---|---|
map { $additional_params->{$_} ||= $self->{$_} } keys %{ $self };
|
||
|
||
my $output;
|
||
if (!$template->process($file, $additional_params, \$output)) {
|
||
print STDERR $template->error();
|
||
}
|
||
$template->process($file, $additional_params, \$output) || die $template->error();
|
||
|
||
$main::lxdebug->leave_sub();
|
||
|
Auch abrufbar als: Unified diff
Template-Fehlermeldungen im Browser ausgeben