diff --git a/product/ZSQLCatalog/ZSQLCatalog.py b/product/ZSQLCatalog/ZSQLCatalog.py
index 477d42e38f0cdaa560a4b5e7c3d415bc762507ee..8afd516ca4140618d0428b3c061c6da39e01b3c1 100644
--- a/product/ZSQLCatalog/ZSQLCatalog.py
+++ b/product/ZSQLCatalog/ZSQLCatalog.py
@@ -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.