]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/Controller/Base.pm
Exceptions während Template-Ausführung ausgeben lassen
[kivitendo-erp.git] / SL / Controller / Base.pm
index ac2f32d859979d812f27652b5cc2529116b75237..6d879e82ad2507447639e154d194842a48f245ac 100644 (file)
@@ -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};