Log message for revision 76915:
typo
Changed:
U CMF/trunk/CMFDefault/skins/zpt_generic/get_permalink.py
-=-
Modified: CMF/trunk/CMFDefault/skins/zpt_generic/get_permalink.py
===================================================================
--- CMF/trunk/CMFDefault/skins/zpt_generic/get_permalink.py 2007-06-21
18:03:39 UTC (rev 76914)
+++ CMF/trunk/CMFDefault/skins/zpt_generic/get_permalink.py 2007-06-21
18:39:19 UTC (rev 76915)
@@ -20,7 +20,7 @@
if showPermalink and not isFolderish:
# returns the uid (generates one if necessary)
- urltool = getToolByName(context, 'portal_url')
+ utool = getToolByName(context, 'portal_url')
uid = uidtool.register(context)
url = "%s/permalink/%s" % (utool(), uid)
return url
_______________________________________________
CMF-checkins mailing list
[email protected]
http://mail.zope.org/mailman/listinfo/cmf-checkins