[CMF-checkins] CVS: CMF/CMFCore - PortalFolder.py:1.40

Florent Guillaume fg@nuxeo.com
Wed, 24 Jul 2002 11:06:07 -0400


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