diff options
Diffstat (limited to 'Mailman/Gui/Topics.py')
-rw-r--r-- | Mailman/Gui/Topics.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Mailman/Gui/Topics.py b/Mailman/Gui/Topics.py index e25ef65d..dc1c632f 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. |