Commit b2e63011 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fix a stupid mistake in r28374.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28380 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0592774b
......@@ -1379,7 +1379,7 @@ class Document(PermanentURLMixIn, XMLObject, UrlMixIn, ConversionCacheMixin, Sna
def _setBaseData(self, data):
if data is not None:
data = Pdata(data)
self._baseSetBaseData(Pdata(data))
self._baseSetBaseData(data)
security.declareProtected(Permissions.AccessContentsInformation,
'getBaseData')
......
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