Skip to content

Commit

Permalink
Fix edit_feed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Akinori MUSHA committed May 18, 2009
1 parent 7c9aec3 commit 2f8cf6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/friendfeed/unofficial.rb
Expand Up @@ -242,7 +242,7 @@ def add_twitter(id, twitter_name)
def edit_feed(id, serviceid, url, options = nil)
params = { 'url' => url }
params.update(options) if options
add_service(id, 'feed', options)
edit_service(id, 'feed', options)
end

# Edits a Twitter service of the authenticated user, a group or an
Expand Down

0 comments on commit 2f8cf6f

Please sign in to comment.