Commit 44335b5b authored by Ivan Tyagov's avatar Ivan Tyagov

Bad identation introduced by me fixed.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12675 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2e1291ac
...@@ -1371,7 +1371,7 @@ class Catalog( Folder, ...@@ -1371,7 +1371,7 @@ class Catalog( Folder,
# We will check if there is an filter on this # We will check if there is an filter on this
# method, if so we may not call this zsqlMethod # method, if so we may not call this zsqlMethod
# for this object # for this object
portal_type = object.getPortalType() portal_type = object.getPortalType()
if type_list and portal_type not in type_list: if type_list and portal_type not in type_list:
continue continue
elif expression is not None: elif expression 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