web/controller.py
changeset 6542 f13c47ac9137
parent 5890 141b935a38fc
child 6866 51d7868264b1
--- a/web/controller.py	Mon Oct 18 14:29:39 2010 +0200
+++ b/web/controller.py	Tue Oct 19 11:59:23 2010 +0200
@@ -91,7 +91,7 @@
             pp = req.vreg['components'].select_or_none('magicsearch', req)
             if pp is not None:
                 return pp.process_query(rql)
-        if 'eid' in req.form:
+        if 'eid' in req.form and not isinstance(req.form['eid'], list):
             return req.eid_rset(req.form['eid'])
         return None