Commit 844ea3af authored by Shane Hathaway's avatar Shane Hathaway

`cat /tmp/cvsjy3sp7`

parent 41a983b1
......@@ -543,7 +543,7 @@ class Catalog(Persistent, Acquisition.Implicit, ExtensionClass.Base):
# Optimization: we check if there is some work for the index.
#
if request.has_key(index.id) :
if len(request[index.id])>0:
if request[index.id] != '':
r=index._apply_index(request)
if r is not None:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment