[Zope-CMF] Bug in PortalContent

marc lindahl marc@bowery.com
Sun, 03 Jun 2001 15:01:58 -0400


Yep, definitely a bug!

> From: seb bacon <seb@jamkit.com>
> Date: Sun, 3 Jun 2001 18:59:30 +0100
> To: zope-cmf@zope.org
> Subject: [Zope-CMF] Bug in PortalContent
> 
> Just a little one...
> Here's the fix:
> 
> 
> Index: PortalContent.py
> ===================================================================
> RCS file: /cvs-repository/CMF/CMFCore/PortalContent.py,v
> retrieving revision 1.16
> diff -c -r1.16 PortalContent.py
> *** PortalContent.py 2001/06/01 18:43:33 1.16
> --- PortalContent.py 2001/06/03 17:13:40
> ***************
> *** 250,255 ****
> --- 250,256 ----
> right now, I will return that. Should be replaced with
> a list of tuples for every opaque item!
> """
> +         talkback = None
> if hasattr( aq_base( self ), 'talkback' ):
> talkback = self.talkback
> if talkback is not None:
> 
> 
> -- 
> 
> [] j a m k i t 
> 
> seb bacon
> T:  020 7749 7218
> F:  020 7739 8683
> M:  07968 301 336
> W: www.jamkit.com
> 
> _______________________________________________
> Zope-CMF maillist  -  Zope-CMF@zope.org
> http://lists.zope.org/mailman/listinfo/zope-cmf
> 
> See http://www.zope.org/Products/PTK/Tracker for bug reports and feature
> requests