diff options
| author | bwarsaw | 2001-05-18 20:27:40 +0000 |
|---|---|---|
| committer | bwarsaw | 2001-05-18 20:27:40 +0000 |
| commit | 4c77c264e86f8e52ce617dfd422f6b055d90569d (patch) | |
| tree | 01e1cae09bba57a22866f972b25152c7aaa4a734 /Mailman/Handlers/ToDigest.py | |
| parent | a9061b90612a7fdf92378edaf6041861ffe213ad (diff) | |
| download | mailman-4c77c264e86f8e52ce617dfd422f6b055d90569d.tar.gz mailman-4c77c264e86f8e52ce617dfd422f6b055d90569d.tar.zst mailman-4c77c264e86f8e52ce617dfd422f6b055d90569d.zip | |
Diffstat (limited to 'Mailman/Handlers/ToDigest.py')
| -rw-r--r-- | Mailman/Handlers/ToDigest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Handlers/ToDigest.py b/Mailman/Handlers/ToDigest.py index 9ecf317c3..a665fe1d5 100644 --- a/Mailman/Handlers/ToDigest.py +++ b/Mailman/Handlers/ToDigest.py @@ -177,7 +177,7 @@ def send_i18n_digests(mlist, mboxfp): 'got_listinfo_url': mlist.GetScriptURL('listinfo', absolute=1), 'got_request_email': mlist.GetRequestEmail(), 'got_owner_email': mlist.GetOwnerEmail(), - }, lang=lang) + }, mlist=mlist) # MIME masthead = Text(mastheadtxt, _charset=Utils.GetCharSet(lang)) masthead['Content-Description'] = digestid |
