Bug fix
This commit is contained in:
parent
49f3881da0
commit
b304e2fa34
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