app/soc/views/models/student_proposal.py
changeset 1895 564b066c313c
parent 1894 da52a47b5a6b
child 1898 7f18e83a129f
--- a/app/soc/views/models/student_proposal.py	Mon Mar 16 18:05:08 2009 +0000
+++ b/app/soc/views/models/student_proposal.py	Mon Mar 16 19:08:50 2009 +0000
@@ -945,7 +945,7 @@
 
     for follower in followers:
       # sent to every follower except the reviewer
-      #if follower.user.key() != review_entity.author.key():
+      if follower.user.key() != review_entity.author.key():
         notifications_helper.sendNewReviewNotification(follower.user,
             review_entity, entity.title, redirect_url)