Commit affabd27 authored by Sebastien Robin's avatar Sebastien Robin

a line was duplicated by error

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17528 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9ddc1eb6
......@@ -759,7 +759,6 @@ class CatalogTool (UniqueObject, ZCatalog, CMFCoreCatalogTool, ActiveObject):
path = self.__url(object)
if uid is None:
raise TypeError, "unindexObject supports only uid now"
self.uncatalog_object(path=path,uid=uid, sql_catalog_id=sql_catalog_id)
self.uncatalog_object(path=path, uid=uid, sql_catalog_id=sql_catalog_id)
security.declarePrivate('beforeUnindexObject')
......
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