[CMF-checkins]
SVN: CMF/branches/1.6/CMFDefault/skins/control/folder_paste.py
Typo that is 5 year old... ; )
Florent Guillaume
fg at nuxeo.com
Tue Aug 1 09:30:39 EDT 2006
Log message for revision 69325:
Typo that is 5 year old... ;)
Changed:
U CMF/branches/1.6/CMFDefault/skins/control/folder_paste.py
-=-
Modified: CMF/branches/1.6/CMFDefault/skins/control/folder_paste.py
===================================================================
--- CMF/branches/1.6/CMFDefault/skins/control/folder_paste.py 2006-08-01 04:32:17 UTC (rev 69324)
+++ CMF/branches/1.6/CMFDefault/skins/control/folder_paste.py 2006-08-01 13:30:37 UTC (rev 69325)
@@ -2,7 +2,7 @@
##title=Paste objects to a folder from the clipboard
##parameters=
REQUEST=context.REQUEST
-if context.cb_dataValid:
+if context.cb_dataValid():
context.manage_pasteObjects(REQUEST['__cp'])
return REQUEST.RESPONSE.redirect(context.absolute_url() + '/folder_contents?portal_status_message=Item(s)+Pasted.')
else:
More information about the CMF-checkins
mailing list