# HG changeset patch # User Sverre Rabbelier # Date 1235666753 0 # Node ID fd77fd8fab134a4fe8522c613dd50ef23d6aee82 # Parent 2de05960936b9c10e26541497fefacf8b2492b59 Added todo for Lennard Patch by: Sverre Rabbelier diff -r 2de05960936b -r fd77fd8fab13 app/soc/logic/helper/notifications.py --- a/app/soc/logic/helper/notifications.py Thu Feb 26 16:45:18 2009 +0000 +++ b/app/soc/logic/helper/notifications.py Thu Feb 26 16:45:53 2009 +0000 @@ -211,6 +211,7 @@ email = site_entity.noreply_email if not email: + # TODO(Lennard): What if current_user_entity is None? email = current_user_entity.account.email() # TODO(Lennard): change the message sender to some sort of no-reply adress