Commit cf42543e authored by Aurel's avatar Aurel

update method call to follow Image class changes


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13790 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0ae1695e
......@@ -79,7 +79,7 @@ class Agent(Folder, Image):
raise RuntimeError, 'No file or an empty file was specified'
import_file.seek(0)
self.manage_editPhoto(file=import_file)
self.manage_upload(file=import_file)
# self._data = import_file.read()
if REQUEST is not None:
......
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