diff options
| author | bwarsaw | 2007-05-28 20:21:41 +0000 |
|---|---|---|
| committer | bwarsaw | 2007-05-28 20:21:41 +0000 |
| commit | b18f632faa6de17badabb3c6c7ba61752ac84c37 (patch) | |
| tree | 8b444330b288c5dfc9b25be639d429abfaeb3d3d /Mailman/Cgi/options.py | |
| parent | 5ff792b13599920527b48f92f8bad880668f8f26 (diff) | |
| download | mailman-b18f632faa6de17badabb3c6c7ba61752ac84c37.tar.gz mailman-b18f632faa6de17badabb3c6c7ba61752ac84c37.tar.zst mailman-b18f632faa6de17badabb3c6c7ba61752ac84c37.zip | |
Diffstat (limited to 'Mailman/Cgi/options.py')
| -rw-r--r-- | Mailman/Cgi/options.py | 2 |
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 |
