Commit f6938115 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

typo.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17600 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2a4dc94b
......@@ -1423,7 +1423,7 @@ class SelectionPersistentMapping(PersistentMapping):
oldState = newState
# dict returned by PersistentMapping.__getstate__ contains the data
# under '_container' key in zope 2.7 and 'data' in zope 2.8
if 'data' in state:
if 'data' in oldState:
oldState['data'].update(savedState['data'])
else:
oldState['_container'].update(savedState['_container'])
......
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