Commit aaee303f authored by Nicolas Delaby's avatar Nicolas Delaby

mfrom parameter doesn't belong to any API

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42123 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent cdf59090
......@@ -78,7 +78,7 @@ respond_event.start()\n
if respond_event.portal_type==\'Mail Message\' and respond_event.getSource():\n
respond_event.send()\n
else:\n
respond_event.send(mfrom=context.portal_preferences.getPreferredEventSenderEmail())\n
respond_event.send(from_url=context.portal_preferences.getPreferredEventSenderEmail())\n
</string> </value>
</item>
<item>
......
517
\ No newline at end of file
519
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment