fix url bug

This commit is contained in:
maxwell 2010-07-23 18:18:31 -07:00
parent 00159d1fb8
commit 716fbc7bd4

View file

@ -19,7 +19,6 @@ module Diaspora
author[:service] = parse_service(doc)
author[:feed_url] = parse_feed_url(doc)
author[:avatar_thumbnail] = parse_avatar_thumbnail(doc)
author[:avatar_thumbnail] = nil if author[:avatar_thumbnail]== 0
author[:username] = parse_username(doc)
author[:profile_url] = parse_profile_url(doc)
author