]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/Controller/Base.pm
Merge branch 'master' of git@lx-office.linet-services.de:lx-office-erp
[kivitendo-erp.git] / SL / Controller / Base.pm
index c63a8ee56531da860c48510bf6fd11235cffa8d7..c79ceecacb4dfd1e816b1c6b1f82cb69efab4cc5 100644 (file)
@@ -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};