summaryrefslogtreecommitdiff
path: root/src/mailman/Archiver/HyperArch.py
diff options
context:
space:
mode:
authorBarry Warsaw2012-03-03 13:40:16 -0500
committerBarry Warsaw2012-03-03 13:40:16 -0500
commite09c13199c2a60724ee601902a51a816e627e024 (patch)
treea203d3fd90e90ba4bb94e140a2f26e1b3b6f1827 /src/mailman/Archiver/HyperArch.py
parent07aa6808fbc5288592c5a41c658882ad37756fca (diff)
downloadmailman-e09c13199c2a60724ee601902a51a816e627e024.tar.gz
mailman-e09c13199c2a60724ee601902a51a816e627e024.tar.zst
mailman-e09c13199c2a60724ee601902a51a816e627e024.zip
Diffstat (limited to 'src/mailman/Archiver/HyperArch.py')
-rw-r--r--src/mailman/Archiver/HyperArch.py2
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