artists: fix exception when adding TwitPic urls.
This commit is contained in:
@@ -77,6 +77,6 @@ class Source::URL::TwitPic < Source::URL
|
||||
end
|
||||
|
||||
def profile_url
|
||||
"http://twitpic.com/photos/#{username}" if uesrname.present?
|
||||
"http://twitpic.com/photos/#{username}" if username.present?
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user