Commit 3c0517f3 authored by Yoshinori Okuji's avatar Yoshinori Okuji

Fix a typo.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4863 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8abf6986
...@@ -419,7 +419,7 @@ class ZCatalog(Folder, Persistent, Implicit): ...@@ -419,7 +419,7 @@ class ZCatalog(Folder, Persistent, Implicit):
# Now synchronize this new database with the current one. # Now synchronize this new database with the current one.
# XXX It is necessary to use ActiveObject to wait for queued objects to be flushed. # XXX It is necessary to use ActiveObject to wait for queued objects to be flushed.
LOG('hotReindexObjectList', 0, 'Starting double indexing') LOG('hotReindexObjectList', 0, 'Starting double indexing')
self.activate(passive_commit=1, after_method_id=('reindexObject', 'recursiveReindexObject', priority=5).setHotReindexingState('double indexing', self.activate(passive_commit=1, after_method_id=('reindexObject', 'recursiveReindexObject'), priority=5).setHotReindexingState('double indexing',
source_sql_catalog_id=source_sql_catalog_id, source_sql_catalog_id=source_sql_catalog_id,
destination_sql_catalog_id=destination_sql_catalog_id) destination_sql_catalog_id=destination_sql_catalog_id)
......
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