From ca5bc469eb6d27673a6858bd7c7b64075a2a9fb2 Mon Sep 17 00:00:00 2001 From: tkikuchi <> Date: Sat, 14 Jan 2006 10:21:49 +0000 Subject: Fix: [ 1194419 ] Lose Topics when go directly to topics URL --- Mailman/Gui/Topics.py | 3 +++ 1 file changed, 3 insertions(+) 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. -- cgit v1.2.3