Commit ad40fdad authored by Ivan Tyagov's avatar Ivan Tyagov

We do not (by default) need to store in site new forum invitation notification...

We do not (by default) need to store in site new forum invitation notification as this information has no meaning in default case.
parent 20cc9380
......@@ -133,7 +133,7 @@ if send_notification_text not in (\'\', None):\n
subject=notification_message.getTitle(),\n
message=mail_text,\n
message_text_format=notification_message.getContentType(),\n
store_as_event=True)\n
store_as_event=False)\n
\n
return discussion_thread.Base_redirect(form_id,\n
keep_items = dict(portal_status_message=context.Base_translateString(portal_status_message)))\n
......
102
\ No newline at end of file
103
\ 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