projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7625d0
)
Nicht exportierte constant muss unter strict als Funktion aufgerufen werden.
author
Sven Schöling
<s.schoeling@linet-services.de>
Tue, 4 Jan 2011 10:14:50 +0000
(11:14 +0100)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Tue, 4 Jan 2011 10:14:50 +0000
(11:14 +0100)
SL/Controller/Base.pm
patch
|
blob
|
history
diff --git
a/SL/Controller/Base.pm
b/SL/Controller/Base.pm
index
c63a8ee
..
c79ceec
100644
(file)
--- 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};