CC-5896: Store cloud files in separate table, inherited from cc_files

This commit is contained in:
drigato 2014-07-28 16:11:05 -04:00
parent 6fa7ddba9a
commit b7d1852fc0
1 changed files with 1 additions and 2 deletions

View File

@ -85,8 +85,7 @@ class ApiController extends Zend_Controller_Action
clearstatcache();
if ($media->getPropelOrm()->isValidFile()) {
//$filename = $media->getPropelOrm()->getFilename();
$filename = $media->getPropelOrm()->getDbFilepath();
$filename = $media->getPropelOrm()->getFilename();
//Download user left clicks a track and selects Download.
if ("true" == $this->_getParam('download')) {