diff options
Diffstat (limited to 'src/mailman/Archiver/HyperArch.py')
| -rw-r--r-- | src/mailman/Archiver/HyperArch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/Archiver/HyperArch.py b/src/mailman/Archiver/HyperArch.py index cfb7813bf..017c14342 100644 --- a/src/mailman/Archiver/HyperArch.py +++ b/src/mailman/Archiver/HyperArch.py @@ -183,7 +183,7 @@ def quick_maketext(templatefile, dict=None, lang=None, mlist=None): template = _templatecache.get(filepath) if filepath is None or template is None: # Use the basic maketext, with defaults to get the raw template - template, filepath = find(templatefile, mailing_list=mlist, + template, filepath = find(templatefile, mlist=mlist, language=lang.code) _templatefilepathcache[cachekey] = filepath _templatecache[filepath] = template |
