[Zope-Checkins] CVS: Zope2 - ProductContext.py:1.30.2.2

andreas@serenade.digicool.com andreas@serenade.digicool.com
Tue, 10 Jul 2001 10:23:44 -0400


Update of /cvs-repository/Zope2/lib/python/App
In directory serenade:/tmp/cvs-serv14234/lib/python/App

Modified Files:
      Tag: zope-2_3-branch
	ProductContext.py 
Log Message:
- Collector #2390: Objects of type 'Help Image' were not properly
re-registered inside registerHelp().



--- Updated File ProductContext.py in package Zope2 --
--- ProductContext.py	2001/03/27 03:16:49	1.30.2.1
+++ ProductContext.py	2001/07/10 14:23:43	1.30.2.2
@@ -342,7 +342,7 @@
         help.lastRegistered=DateTime()
 
         if clear:
-            for id in help.objectIds('Help Topic'):
+            for id in help.objectIds(['Help Topic','Help Image']):
                 help._delObject(id)
 
         for file in os.listdir(path):