fixing dans commit

This commit is contained in:
maxwell 2010-06-17 20:35:16 -07:00
parent 855fc62e01
commit 81016729c4

View file

@ -10,7 +10,7 @@ module Diaspora
def notify_friends
if self.owner == User.first.email
xml = Post.build_xml_for(self)
@@queue.add_post_request( friends_with_permissions, "xml=#{xml}" )
@@queue.add_post_request( friends_with_permissions, xml )
@@queue.process
end
end