Bug fix
This commit is contained in:
parent
41acfd3840
commit
4893d087e2
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ class CcFiles extends BaseCcFiles {
|
|||
throw new Exception("Invalid music_dir for file in database.");
|
||||
}
|
||||
$directory = $music_dir->getDirectory();
|
||||
$filepath = $this->_file->getDbFilepath();
|
||||
$filepath = $this->getDbFilepath();
|
||||
|
||||
return Application_Common_OsPath::join($directory, $filepath);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue