X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/d08c706c8c3790ff09c5c9c97541c7936e74e6c9..62d7ed6effa438e4ede167f80fbfe8ca19bae0cd:/SL/Controller/Base.pm?ds=sidebyside diff --git a/SL/Controller/Base.pm b/SL/Controller/Base.pm index ac2f32d85..6d879e82a 100644 --- a/SL/Controller/Base.pm +++ b/SL/Controller/Base.pm @@ -245,6 +245,7 @@ sub _template_obj { INCLUDE_PATH => '.:templates/webpages', COMPILE_EXT => '.tcc', COMPILE_DIR => $::lx_office_conf{paths}->{userspath} . '/templates-cache', + ERROR => 'templates/webpages/generic/exception.html', }) || croak; return $self->{__basepriv_template_obj};