summaryrefslogtreecommitdiff
path: root/Mailman/Gui/Topics.py
diff options
context:
space:
mode:
authortkikuchi2006-01-14 10:22:25 +0000
committertkikuchi2006-01-14 10:22:25 +0000
commit7481aaac7b8a63b22448954016a84dffd7cb63b8 (patch)
tree73872463287d4fdd6d6c1b139f2cbd8cd886ff78 /Mailman/Gui/Topics.py
parent4ff1833dafc20757ba5511ceaa8c3d05baca8141 (diff)
downloadmailman-7481aaac7b8a63b22448954016a84dffd7cb63b8.tar.gz
mailman-7481aaac7b8a63b22448954016a84dffd7cb63b8.tar.zst
mailman-7481aaac7b8a63b22448954016a84dffd7cb63b8.zip
Diffstat (limited to 'Mailman/Gui/Topics.py')
-rw-r--r--Mailman/Gui/Topics.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/Mailman/Gui/Topics.py b/Mailman/Gui/Topics.py
index e25ef65d3..dc1c632f2 100644
--- a/Mailman/Gui/Topics.py
+++ b/Mailman/Gui/Topics.py
@@ -91,6 +91,9 @@ class Topics(GUIBase):
]
def handleForm(self, mlist, category, subcat, cgidata, doc):
+ # MAS: Did we come from the authentication page?
+ if not cgidata.has_key('topic_box_01'):
+ return
topics = []
# We start i at 1 and keep going until we no longer find items keyed
# with the marked tags.