diff --git a/plugins/community_hub/tweeter_stream/lib/twurl/request_controller.rb b/plugins/community_hub/tweeter_stream/lib/twurl/request_controller.rb index e00d7ca..807c9d5 100755 --- a/plugins/community_hub/tweeter_stream/lib/twurl/request_controller.rb +++ b/plugins/community_hub/tweeter_stream/lib/twurl/request_controller.rb @@ -24,7 +24,7 @@ module Twurl print "#{comment_text}\n" comment = Comment.new comment.title = 'hub-message-twitter' - comment.source_id = options.page.id + comment.source = options.page comment.body = comment_text comment.author_id = options.author_id comment.name = parsed["user"]["name"] -- libgit2 0.21.2