Commit 13256228 authored by Vincent Pelletier's avatar Vincent Pelletier

Fix typo in ERP5Site_reindexAll script name.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12396 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a004dc3e
......@@ -413,7 +413,7 @@ class ZCatalog(Folder, Persistent, Implicit):
get_transaction().commit() # Should not have references to objects too long.
# Start reindexing.
self.ERPSite_reindexAll(sql_catalog_id=destination_sql_catalog_id)
self.ERP5Site_reindexAll(sql_catalog_id=destination_sql_catalog_id)
get_transaction().commit() # Should not have references to objects too long.
# Now synchronize this new database with the current one.
......
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