diff options
| -rwxr-xr-x | cgi/handle_opts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi/handle_opts b/cgi/handle_opts index 3d1d45087..37bdeeb20 100755 --- a/cgi/handle_opts +++ b/cgi/handle_opts @@ -77,7 +77,7 @@ if form.has_key("unsub"): try: pw = form["upw"].value if list.ConfirmUserPassword(user, pw): - list.DeleteMember(user) + list.DeleteMember(user, "handle_opts") except mm_err.MMListNotReady: PrintResults("List is not functional.") except mm_err.MMNoSuchUserError: |
