app/soc/logic/helper/notifications.py
changeset 1508 fd77fd8fab13
parent 1450 688648dfe42c
child 1511 3342ce7a495c
--- 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