fixing dans commit
This commit is contained in:
parent
855fc62e01
commit
81016729c4
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ module Diaspora
|
||||||
def notify_friends
|
def notify_friends
|
||||||
if self.owner == User.first.email
|
if self.owner == User.first.email
|
||||||
xml = Post.build_xml_for(self)
|
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
|
@@queue.process
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue