Author: jtauber
Date: Mon Sep  8 10:39:19 2008
New Revision: 852

Modified:
    trunk/pinax/local_apps/projects/views.py

Log:
fix for cloud27 error #87

Modified: trunk/pinax/local_apps/projects/views.py
==============================================================================
--- trunk/pinax/local_apps/projects/views.py    (original)
+++ trunk/pinax/local_apps/projects/views.py    Mon Sep  8 10:39:19 2008
@@ -126,7 +126,7 @@
                  topic.save()
                  request.user.message_set.create(message="You have started  
the topic %s" % topic.title)
                  if notification:
-                     
notification.send(project.members.all(), "projects_new_topic", {"creator":  
request.user, "topic": topic, "project": project})
+                     
notification.send(project.member_users.all(), "projects_new_topic",  
{"creator": request.user, "topic": topic, "project": project})
                  topic_form = TopicForm() # @@@ is this the right way to  
reset it?
          else:
              request.user.message_set.create(message="You are not a member  
and so cannot start a new topic")

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pinax-updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pinax-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to