Commit f6710410 authored by Aurel's avatar Aurel

Fix typo error


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4683 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2f62e9de
......@@ -84,7 +84,7 @@ class TrashTool(BaseTool):
connection=o._p_jar
copy.seek(0)
backup = connection.importFile(copy)
backup.isIndexabla = 0
backup.isIndexable = 0
backup_object_container._setObject(object_id, backup)
keep_sub = kw.get('keep_subobjects', 0)
......
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