Commit b6e07022 authored by Aurel's avatar Aurel

fix call to uncatalog_object


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16666 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 41b4e381
...@@ -826,7 +826,7 @@ class ZCatalog(Folder, Persistent, Implicit): ...@@ -826,7 +826,7 @@ class ZCatalog(Folder, Persistent, Implicit):
continue continue
catalog_id = archive.getCatalogId() catalog_id = archive.getCatalogId()
self.activate(activity="SQLQueue", self.activate(activity="SQLQueue",
priority=archive.getPriority()).uncatalogObject(uid=uid,path=path, priority=archive.getPriority()).uncatalog_object(uid=uid,path=path,
sql_catalog_id=catalog_id) sql_catalog_id=catalog_id)
catalog = self.getSQLCatalog(sql_catalog_id) catalog = self.getSQLCatalog(sql_catalog_id)
if catalog is not None and catalog_id is None: if catalog is not None and catalog_id is None:
......
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