diff options
| -rw-r--r-- | Mailman/HTMLFormatter.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/HTMLFormatter.py b/Mailman/HTMLFormatter.py index 7564252be..d81cc68dc 100644 --- a/Mailman/HTMLFormatter.py +++ b/Mailman/HTMLFormatter.py @@ -154,7 +154,7 @@ class HTMLFormatter: return ("(Note - you are subscribing to a list of maillists, so" " the %s notice will be sent to the admin address" " for your membership, %s.)<p>" - % self.GetMemberAdminEmail(name)) + % (type, self.GetMemberAdminEmail(user))) else: return "" |
