summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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):