summaryrefslogtreecommitdiff
path: root/src/mailman/app/notifications.py
diff options
context:
space:
mode:
authorBarry Warsaw2015-05-02 15:30:14 +0000
committerBarry Warsaw2015-05-02 11:49:20 -0400
commit4411ee7ce6041c206e43158b8c03ba760fd19231 (patch)
tree67acb9af2dd5918f2926c87015dc230df59fa0b1 /src/mailman/app/notifications.py
parente5a8345fbd6343439c418ea4d63f137b013f76f9 (diff)
downloadmailman-4411ee7ce6041c206e43158b8c03ba760fd19231.tar.gz
mailman-4411ee7ce6041c206e43158b8c03ba760fd19231.tar.zst
mailman-4411ee7ce6041c206e43158b8c03ba760fd19231.zip
Diffstat (limited to 'src/mailman/app/notifications.py')
-rw-r--r--src/mailman/app/notifications.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mailman/app/notifications.py b/src/mailman/app/notifications.py
index fc8a0549e..dde39ab21 100644
--- a/src/mailman/app/notifications.py
+++ b/src/mailman/app/notifications.py
@@ -123,7 +123,7 @@ def send_goodbye_message(mlist, address, language):
-def send_admin_subscription_notice(mlist, address, display_name, language):
+def send_admin_subscription_notice(mlist, address, display_name):
"""Send the list administrators a subscription notice.
:param mlist: The mailing list.
@@ -132,8 +132,6 @@ def send_admin_subscription_notice(mlist, address, display_name, language):
:type address: string
:param display_name: The name of the subscriber.
:type display_name: string
- :param language: The language of the address's display name.
- :type language: string
"""
with _.using(mlist.preferred_language.code):
subject = _('$mlist.display_name subscription notification')