summaryrefslogtreecommitdiff
path: root/Mailman/ListAdmin.py
diff options
context:
space:
mode:
authorbwarsaw2002-01-12 04:58:41 +0000
committerbwarsaw2002-01-12 04:58:41 +0000
commit29ccc00ae5e89fbc33ebedf7da0a607041dda2fb (patch)
tree237958c3294ac88daf5b25f8166f09c860e5798e /Mailman/ListAdmin.py
parent8ecef2c99e94398c8c7172c5dba2426403cab555 (diff)
downloadmailman-29ccc00ae5e89fbc33ebedf7da0a607041dda2fb.tar.gz
mailman-29ccc00ae5e89fbc33ebedf7da0a607041dda2fb.tar.zst
mailman-29ccc00ae5e89fbc33ebedf7da0a607041dda2fb.zip
Diffstat (limited to 'Mailman/ListAdmin.py')
-rw-r--r--Mailman/ListAdmin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/ListAdmin.py b/Mailman/ListAdmin.py
index 17b23a570..7f62ed993 100644
--- a/Mailman/ListAdmin.py
+++ b/Mailman/ListAdmin.py
@@ -408,7 +408,7 @@ class ListAdmin:
msg = Message.UserNotification(owneraddr, owneraddr, subject, text)
msg['MIME-Version'] = '1.0'
msg.add_header('Content-Type', 'text/plain',
- charset=Utils.GetCharSet(mlist.preferred_language))
+ charset=Utils.GetCharSet(self.preferred_language))
msg.send(self, **{'tomoderators': 1})
def __handleunsubscription(self, record, value, comment):