[Zope-Checkins] CVS: Zope2 - PathIndex.py:1.1.2.17

Matthew T. Kromer matt@digicool.com
Mon, 21 May 2001 16:24:20 -0400 (EDT)


Update of /cvs-repository/Zope2/lib/python/Products/PluginIndexes/PathIndex
In directory korak.digicool.com:/tmp/cvs-serv3478/PluginIndexes/PathIndex

Modified Files:
      Tag: ajung-dropin-registry
	PathIndex.py 
Log Message:
ZCatalogIndexes is a dumb object now based on the ZCatalog



--- Updated File PathIndex.py in package Zope2 --
--- PathIndex.py	2001/05/21 14:54:36	1.1.2.16
+++ PathIndex.py	2001/05/21 20:23:49	1.1.2.17
@@ -374,9 +374,9 @@
 
 manage_addPathIndexForm = DTMLFile('dtml/addPathIndex', globals())
 
-def manage_addPathIndex(self, id, REQUEST=None, submit=None):
+def manage_addPathIndex(self, id, REQUEST=None, RESPONSE=None, URL3=None):
     """Add a path index"""
-    return self.manage_addIndex(id, 'PathIndex', REQUEST)
+    return self.manage_addIndex(id, 'PathIndex', REQUEST, RESPONSE, URL3)