Commit df9359d0 authored by Aurel's avatar Aurel

pass path instead of object to hot reindexing


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17358 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ca12d871
......@@ -189,7 +189,7 @@ class ArchiveTool(BaseTool):
# Call hot reindexing
portal_catalog.manage_hotReindexAll(source_sql_catalog_id=source_catalog_id,
destination_sql_catalog_id=destination_sql_catalog_id,
archive=archive,
archive_path=archive.getPath(),
source_sql_connection_id_list=[source_connection_id, source_deferred_connection_id],
destination_sql_connection_id_list=[destination_connection_id, destination_deferred_connection_id],
REQUEST=REQUEST, RESPONSE=RESPONSE)
......
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