X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/a1124f720cf695519f29c41220cac7ff6c1ecf1b..e57dd5a6f9df40b06ec6d45d0a154e9b7447251e:/SL/Controller/Base.pm diff --git a/SL/Controller/Base.pm b/SL/Controller/Base.pm index c63a8ee56..c79ceecac 100644 --- a/SL/Controller/Base.pm +++ b/SL/Controller/Base.pm @@ -55,7 +55,7 @@ sub render { my $content_type = $options->{type} eq 'js' ? 'text/javascript' : 'text/html'; print $::form->create_http_response(content_type => $content_type, - charset => $::dbcharset || Common::DEFAULT_CHARSET); + charset => $::dbcharset || Common::DEFAULT_CHARSET()); } else { $::form->{title} = $locals{title} if $locals{title};