Commit d4b4cea8 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

forgot to change method name here, sorry.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19595 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent df419289
......@@ -1101,7 +1101,7 @@ class Folder(CopyContainer, CMFBTreeFolder, CMFHBTreeFolder, Base, FolderMixIn,
expand_method_id='getIndexableChildValueList',
alternate_method_id='alternateReindexObject',
group_id=group_id,
serialization_tag=self.getRootDocument(),
serialization_tag=self.getRootDocumentPath(),
**activate_kw).recursiveImmediateReindexObject(**kw)
security.declareProtected( Permissions.AccessContentsInformation,
......
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