summaryrefslogtreecommitdiff
path: root/Mailman/Cgi/options.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mailman/Cgi/options.py')
-rw-r--r--Mailman/Cgi/options.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Cgi/options.py b/Mailman/Cgi/options.py
index f357bcf15..29f05cf7b 100644
--- a/Mailman/Cgi/options.py
+++ b/Mailman/Cgi/options.py
@@ -895,7 +895,7 @@ def loginpage(mlist, doc, user, lang):
def lists_of_member(mlist, user):
hostname = mlist.host_name
onlists = []
- for listname in Utils.list_names():
+ for listname in config.list_manager.names:
# The current list will always handle things in the mainline
if listname == mlist.internal_name():
continue