[CMF-checkins] CVS: CMF - PortalContent.py:1.18
tseaver@digicool.com
tseaver@digicool.com
Sun, 3 Jun 2001 23:23:27 -0400 (EDT)
Update of /cvs-repository/CMF/CMFCore
In directory korak.digicool.com:/tmp/cvs-serv2474/CMFCore
Modified Files:
PortalContent.py
Log Message:
- Oops.
--- Updated File PortalContent.py in package CMF --
--- PortalContent.py 2001/06/04 02:58:33 1.17
+++ PortalContent.py 2001/06/04 03:23:27 1.18
@@ -250,7 +250,7 @@
right now, I will return that. Should be replaced with
a list of tuples for every opaque item!
"""
- talkback = getattr( aq_base( self ), 'talkback', None ):
+ talkback = getattr( aq_base( self ), 'talkback', None )
if talkback is not None:
return ((talkback.id, talkback),)
else: