diff options
Diffstat (limited to 'src/mailman/Utils.py')
| -rw-r--r-- | src/mailman/Utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/Utils.py b/src/mailman/Utils.py index 509537b1e..74582a7ad 100644 --- a/src/mailman/Utils.py +++ b/src/mailman/Utils.py @@ -488,7 +488,7 @@ def maketext(templatefile, dict=None, raw=False, lang=None, mlist=None): # XXX Replace this with direct calls. For now, existing uses of GetCharSet() # are too numerous to change. def GetCharSet(lang): - return config.languages.get_charset(lang) + return config.languages[lang].charset |
