Commit 604b51a3 authored by Sebastien Robin's avatar Sebastien Robin

fixed a missing space

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25482 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 43d5da67
...@@ -1384,7 +1384,7 @@ class Base( CopyContainer, ...@@ -1384,7 +1384,7 @@ class Base( CopyContainer,
Generic accessor. Calls the real accessor Generic accessor. Calls the real accessor
""" """
self._setProperty(key,value, type=type, **kw) self._setProperty(key, value, type=type, **kw)
self.reindexObject() self.reindexObject()
def _setProperty(self, key, value, type=None, **kw): def _setProperty(self, key, value, type=None, **kw):
......
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