X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FForm.pm;h=a3990f9cb19db768b559cd0929cbc7552beedd84;hb=85c4af4a97e002a6ec7804c7fb28d3c4c0972398;hp=0c532ce6ebcb3c12e67a8df6f49f11eb4ebb2d81;hpb=db9ec33ad27c32416647a21d82217959aa34bf0f;p=kivitendo-erp.git diff --git a/SL/Form.pm b/SL/Form.pm index 0c532ce6e..a3990f9cb 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -673,6 +673,7 @@ sub init_template { 'COMPILE_EXT' => '.tcc', 'COMPILE_DIR' => $::lx_office_conf{paths}->{userspath} . '/templates-cache', 'ERROR' => 'templates/webpages/generic/exception.html', + 'ENCODING' => 'utf8', })) || die; } @@ -694,7 +695,6 @@ sub show_generic_error { } if ($::request->is_ajax) { - $::lxdebug->message(0, "trying to render AJAX response..."); SL::ClientJS->new ->error($error) ->render(SL::Controller::Base->new);