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: _______________________________________________ CMF-checkins mailing list [email protected] http://mail.zope.org/mailman/listinfo/cmf-checkins
