[CMF-checkins]
SVN: CMF/trunk/CMFDefault/skins/zpt_generic/get_permalink.py typo
Yvo Schubbe
y.2007- at wcm-solutions.de
Thu Jun 21 14:39:20 EDT 2007
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
More information about the CMF-checkins
mailing list