diff options
| author | bwarsaw | 1999-12-26 16:33:43 +0000 |
|---|---|---|
| committer | bwarsaw | 1999-12-26 16:33:43 +0000 |
| commit | 8cd83dc0458f49125424c51edf83f44a5ca6d827 (patch) | |
| tree | 92e437831f05dc97da43d317ffadee6f8383d516 | |
| parent | c5a7b07fbe8486eb27de9a2f817cfc7a76436b7b (diff) | |
| download | mailman-8cd83dc0458f49125424c51edf83f44a5ca6d827.tar.gz mailman-8cd83dc0458f49125424c51edf83f44a5ca6d827.tar.zst mailman-8cd83dc0458f49125424c51edf83f44a5ca6d827.zip | |
GetOptionsURL(): transcription error
| -rw-r--r-- | Mailman/MailList.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/MailList.py b/Mailman/MailList.py index d215255c0..ac3c6b3f9 100644 --- a/Mailman/MailList.py +++ b/Mailman/MailList.py @@ -194,7 +194,7 @@ class MailList(MailCommandHandler, HTMLFormatter, Deliverer, ListAdmin, return '%s/%s%s/%s' % (prefix, scriptname, mm_cfg.CGIEXT, self.internal_name()) - def GetOptionsURL(self, scriptname, obscure=0, relative=0): + def GetOptionsURL(self, addr, obscure=0, relative=0): addr = string.lower(addr) url = self.GetScriptURL('options', relative) if obscured: |
