Skip to content

Commit

Permalink
Fixed remote url setting for remote feeds.
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkie committed Mar 24, 2011
1 parent 2330a63 commit 48c11cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/feed.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def populate
self.author = Author.create(:name => a.portable_contacts.display_name,
:username => a.name,
:email => a.email,
:url => a.uri,
:remote_url => a.uri,
:image_url => avatar_url)

self.hubs = f.hubs
Expand Down

0 comments on commit 48c11cc

Please sign in to comment.