diff options
| -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 |
