Commit 4140566d authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

do not modify argument variables in Base_createMailMessageAsString.

parent 9e13bf04
...@@ -55,6 +55,7 @@ ...@@ -55,6 +55,7 @@
else:\n else:\n
mail_template = context.Event_viewMimeMessage\n mail_template = context.Event_viewMimeMessage\n
\n \n
attachment_list = attachment_list[:]\n
for embedded_file in embedded_file_list:\n for embedded_file in embedded_file_list:\n
mime_type, content = embedded_file.getMimeTypeAndContent()\n mime_type, content = embedded_file.getMimeTypeAndContent()\n
name = embedded_file.getFilename()\n name = embedded_file.getFilename()\n
......
1040 1041
\ No newline at end of file \ 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