Added todo for Lennard
authorSverre Rabbelier <srabbelier@gmail.com>
Thu, 26 Feb 2009 16:45:53 +0000
changeset 1508 fd77fd8fab13
parent 1507 2de05960936b
child 1509 6eb2c090d2be
Added todo for Lennard Patch by: Sverre Rabbelier
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