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