mirror of
https://github.com/diaspora/diaspora.git
synced 2026-04-29 03:01:03 -04:00
RS, IZ a slash
This commit is contained in:
@@ -38,7 +38,7 @@ class Photo < Post
|
||||
end
|
||||
|
||||
def remote_photo
|
||||
image.url.nil? ? (remote_photo_path + remote_photo_name) : image.url
|
||||
image.url.nil? ? (remote_photo_path + '/' + remote_photo_name) : image.url
|
||||
end
|
||||
|
||||
def remote_photo= remote_path
|
||||
|
||||
Reference in New Issue
Block a user