X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FController%2FBase.pm;h=c79ceecacb4dfd1e816b1c6b1f82cb69efab4cc5;hb=50418558d521022a3c23d5edf431b2a41daae0f8;hp=c63a8ee56531da860c48510bf6fd11235cffa8d7;hpb=a1124f720cf695519f29c41220cac7ff6c1ecf1b;p=kivitendo-erp.git 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};