CC-2534: When copy files into storage folder it says wrong path name
filter all functions via realpath which will make directories consistent
This commit is contained in:
parent
6972150b19
commit
1411987b01
5 changed files with 8 additions and 10 deletions
|
@ -417,7 +417,7 @@ class StoredFile {
|
|||
$music_dir = MusicDir::getDirByPK($this->_file->getDbDirectory());
|
||||
$filepath = $this->_file->getDbFilepath();
|
||||
|
||||
return $music_dir->getDirectory()."/".$filepath;
|
||||
return $music_dir->getDirectory().$filepath;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue