diff options
| author | cotton | 1998-11-21 17:44:26 +0000 |
|---|---|---|
| committer | cotton | 1998-11-21 17:44:26 +0000 |
| commit | a89bd6aa2b638b50b750b4a34df4257cee8aa996 (patch) | |
| tree | cd09b2d97d3e69ab8b9ce903e5c1b302f483e94e /Mailman/Cgi/subscribe.py | |
| parent | b3b9d11a05c6b69d8786db177d058fe7115bd6ed (diff) | |
| download | mailman-a89bd6aa2b638b50b750b4a34df4257cee8aa996.tar.gz mailman-a89bd6aa2b638b50b750b4a34df4257cee8aa996.tar.zst mailman-a89bd6aa2b638b50b750b4a34df4257cee8aa996.zip | |
Diffstat (limited to 'Mailman/Cgi/subscribe.py')
| -rw-r--r-- | Mailman/Cgi/subscribe.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Mailman/Cgi/subscribe.py b/Mailman/Cgi/subscribe.py index fda68c6b4..d331cf998 100644 --- a/Mailman/Cgi/subscribe.py +++ b/Mailman/Cgi/subscribe.py @@ -194,8 +194,7 @@ def main(): results = results + "This list only supports digest subscriptions!" else: results = results + "You have been successfully subscribed to %s." % (list.real_name) - - + list.Save() PrintResults(list, results, doc) list.Unlock() |
