[CMF-checkins] CVS: CMF/CMFCore - ActionsTool.py:1.31
Sidnei da Silva
sidnei@x3ng.com.br
Thu, 25 Jul 2002 13:43:41 -0400
Update of /cvs-repository/CMF/CMFCore
In directory cvs.zope.org:/tmp/cvs-serv16395
Modified Files:
ActionsTool.py
Log Message:
doh!
=== CMF/CMFCore/ActionsTool.py 1.30 => 1.31 ===
# case). This prevents us from needing to check the condition.
ti = types_tool.getTypeInfo( object ) or TypeInformation('Dummy')
defs = ti.getActions()
- object_url = object.absolute_url()
+ url = object_url = object.absolute_url()
for d in defs:
# we can't modify or expose the original actionsd... this
# stems from the fact that getActions returns a ref to the