forked from GNUsocial/gnu-social
[CORE] Fix path configuration
This commit is contained in:
@@ -211,7 +211,7 @@ class AttachmentThumbnail extends Entity
|
||||
|
||||
public function getPath()
|
||||
{
|
||||
return Common::config('thumbnail', 'dir') . $this->getFilename();
|
||||
return Common::config('thumbnail', 'dir') . DIRECTORY_SEPARATOR . $this->getFilename();
|
||||
}
|
||||
|
||||
public function getUrl()
|
||||
|
Reference in New Issue
Block a user