Nicht exportierte constant muss unter strict als Funktion aufgerufen werden.
authorSven Schöling <s.schoeling@linet-services.de>
Tue, 4 Jan 2011 10:14:50 +0000 (11:14 +0100)
committerSven Schöling <s.schoeling@linet-services.de>
Tue, 4 Jan 2011 10:14:50 +0000 (11:14 +0100)
SL/Controller/Base.pm

index c63a8ee..c79ceec 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};