Commit 6d1bfefb authored by Yoshinori Okuji's avatar Yoshinori Okuji

Make sure that _original is present.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6185 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 04bedcda
......@@ -105,6 +105,7 @@ class Image (Base, Photo):
def manage_afterClone(self, item):
Base.manage_afterClone(self, item)
self._checkOriginal()
Photo.manage_afterClone(self, item)
def manage_afterAdd(self, item, 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