Ticket #3209 (closed Bug: fixed)
sendto error
| Reported by: | Anonymous User | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | Past |
| Component: | Templates/CSS | Keywords: | |
| Cc: |
Description
When one tries to send the current page via the sendto_form link, the message "Global 'to' is not defined' is displayed and sendto failed. After some tracing, the bug was found to be in the file Products/CMFPlone/PloneTools.py within the function _safeSendTo. The statement "if not self.validateEmailAddresses(to):" should be changed to "if not self.validateEmailAddresses(mto):". The sendto functionality works after the change.
Change History
Note: See
TracTickets for help on using
tickets.