From 398e104296343dd84ffdf613474e8aa8b0dc35da Mon Sep 17 00:00:00 2001 From: maxwell Date: Fri, 16 Jul 2010 11:32:40 -0700 Subject: [PATCH] MS IZ TYPO forgot a space --- lib/common.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common.rb b/lib/common.rb index 650f053c9..38d132bc0 100644 --- a/lib/common.rb +++ b/lib/common.rb @@ -62,7 +62,7 @@ module Diaspora xml = self.class.build_xml_for([self]) @@queue.add_post_request( recipients, xml ) - @@queue.add_hub_notification('http://pubsubhubbub.appspot.com/publish/', User.owner.url + self.class.to_s.pluralize.underscore +'.atom' ) + @@queue.add_hub_notification('http://pubsubhubbub.appspot.com/publish/', User.owner.url + self.class.to_s.pluralize.underscore + '.atom' ) @@queue.process end