Commit c687a93a authored by Nicolas Delaby's avatar Nicolas Delaby

Fix Typo

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13605 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 46450ae5
......@@ -1473,7 +1473,7 @@ class Catalog( Folder,
#LOG('catalogObjectList', 0, 'method_name = %s' % (method_name,))
method = getattr(self, method_name)
if method.meta_type in ["Z SQL Method", "LDIf Method"]:
if method.meta_type in ["Z SQL Method", "LDIF Method"]:
# Build the dictionnary of values
arguments = method.arguments_src
for arg in split(arguments):
......
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