summaryrefslogtreecommitdiff
path: root/Mailman
diff options
context:
space:
mode:
authorbwarsaw2000-08-01 23:03:15 +0000
committerbwarsaw2000-08-01 23:03:15 +0000
commitb356088610812a4f25e0e27215618288fcd2e037 (patch)
treedb164d06cc85a57a1a7e421f58b190b75ab7374c /Mailman
parent3c23b066ab18f669ab5a5540756ab515a347beaa (diff)
downloadmailman-b356088610812a4f25e0e27215618288fcd2e037.tar.gz
mailman-b356088610812a4f25e0e27215618288fcd2e037.tar.zst
mailman-b356088610812a4f25e0e27215618288fcd2e037.zip
Digest.TemplateRefs(): GetAbsoluteScriptURL() => GetScriptURL(..., absolute=1)
Diffstat (limited to 'Mailman')
-rw-r--r--Mailman/Handlers/ToDigest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Handlers/ToDigest.py b/Mailman/Handlers/ToDigest.py
index 4dfd08143..1c4588010 100644
--- a/Mailman/Handlers/ToDigest.py
+++ b/Mailman/Handlers/ToDigest.py
@@ -219,7 +219,7 @@ class Digest:
substs = Utils.SafeDict()
substs.update(mlist.__dict__)
substs.update(
- {'got_listinfo_url' : mlist.GetAbsoluteScriptURL('listinfo'),
+ {'got_listinfo_url' : mlist.GetScriptURL('listinfo', absolute=1),
'got_request_email': mlist.GetRequestEmail(),
'got_list_email' : mlist.GetListEmail(),
'got_owner_email' : mlist.GetAdminEmail(),