Log message for revision 70998:
  Fixed collector issue 2198.
  

Changed:
  U   Products.Five/trunk/site/localsite.py

-=-
Modified: Products.Five/trunk/site/localsite.py
===================================================================
--- Products.Five/trunk/site/localsite.py       2006-10-30 17:08:40 UTC (rev 
70997)
+++ Products.Five/trunk/site/localsite.py       2006-10-30 18:08:32 UTC (rev 
70998)
@@ -51,7 +51,7 @@
     def __bases__(self):
         next = self.next
         if next is None:
-            return ()
+            return (getGlobalSiteManager(),)
         return (next,)
 
     @property

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to