Commit 1d2da166 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fix NameError.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26249 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f766a1e8
......@@ -69,7 +69,7 @@ if event.getPortalType() in (\'Mail Message\', ):\n
if event.getSource():\n
event.send()\n
else:\n
event.send(mfrom=object.portal_preferences.getPreferredEventSenderEmail())\n
event.send(mfrom=portal.portal_preferences.getPreferredEventSenderEmail())\n
</string> </value>
</item>
<item>
......@@ -120,7 +120,6 @@ if event.getPortalType() in (\'Mail Message\', ):\n
<string>_getattr_</string>
<string>portal</string>
<string>send_mail</string>
<string>object</string>
</tuple>
</value>
</item>
......
360
\ No newline at end of file
361
\ 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