From 81016729c426025c921ad59e03ac53aed7371963 Mon Sep 17 00:00:00 2001 From: maxwell Date: Thu, 17 Jun 2010 20:35:16 -0700 Subject: [PATCH] fixing dans commit --- lib/common.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common.rb b/lib/common.rb index 5e4040959..779b8034c 100644 --- a/lib/common.rb +++ b/lib/common.rb @@ -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