Update of /cvs-repository/CMF/CMFCore In directory cvs.zope.org:/tmp/cvs-serv2553 Modified Files: PortalFolder.py Log Message: Corrected PortalFolder manage_options. === CMF/CMFCore/PortalFolder.py 1.39 => 1.40 === description = '' + manage_options = Folder.manage_options + \ + CMFCatalogAware.manage_options + def __init__( self, id, title='' ): self.id = id self.title = title