CC-2377:Upload to soundcloud no show name

- fixed
- additional fix: getRealFilePath() doesn't exsist anymore.
Places where it calls getRealFilePath(), replaced with getFilePath()
This commit is contained in:
james 2011-06-27 11:43:59 -04:00
parent 629c3fb1d9
commit 5f9dd83c38
3 changed files with 3 additions and 3 deletions

View file

@ -1358,7 +1358,7 @@ class ShowInstance {
return null;
}
if(file_exists($file->getRealFilePath())) {
if(file_exists($file->getFilePath())) {
return $file;
}
}