aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortkikuchi <>2006-01-14 10:21:49 +0000
committertkikuchi <>2006-01-14 10:21:49 +0000
commitca5bc469eb6d27673a6858bd7c7b64075a2a9fb2 (patch)
tree5965b70330d71d7a0c9803c00f6f9986f33ecad9
parent2addaea12bf7f60ae5bb225a372f46f403badf4f (diff)
downloadmailman2-ca5bc469eb6d27673a6858bd7c7b64075a2a9fb2.tar.gz
mailman2-ca5bc469eb6d27673a6858bd7c7b64075a2a9fb2.tar.xz
mailman2-ca5bc469eb6d27673a6858bd7c7b64075a2a9fb2.zip
Fix: [ 1194419 ] Lose Topics when go directly to topics URL
-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 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.