Commit 5378fb24 authored by Vincent Pelletier's avatar Vincent Pelletier

Prevent AttributeError from being raised when notifyUser is called on an...

Prevent AttributeError from being raised when notifyUser is called on an activity which did not raise.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18986 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e1dc6942
......@@ -120,6 +120,7 @@ class Message:
self.is_executed = 0
self.exc_type = None
self.exc_value = None
self.traceback = None
self.processing = None
self.user_name = str(_getAuthenticatedUser(self))
# Store REQUEST Info ?
......
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