Commit 365552fd authored by Jérome Perrin's avatar Jérome Perrin

extra ( in previous commit


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13988 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent cf35236d
......@@ -104,7 +104,7 @@ class WorkflowMethod(Method):
except ObjectDeleted, ex:
res = ex.getResult()
else:
if getattr((aq_base(instance), 'reindexObject', None) is not None:
if getattr(aq_base(instance), 'reindexObject', None) is not None:
instance.reindexObject()
else:
res = wf.wrapWorkflowMethod(instance, self._id, self.__dict__['_m'],
......
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