CC-5896: Store cloud files in separate table, inherited from cc_files
This commit is contained in:
parent
6fa7ddba9a
commit
b7d1852fc0
|
@ -85,8 +85,7 @@ class ApiController extends Zend_Controller_Action
|
||||||
clearstatcache();
|
clearstatcache();
|
||||||
|
|
||||||
if ($media->getPropelOrm()->isValidFile()) {
|
if ($media->getPropelOrm()->isValidFile()) {
|
||||||
//$filename = $media->getPropelOrm()->getFilename();
|
$filename = $media->getPropelOrm()->getFilename();
|
||||||
$filename = $media->getPropelOrm()->getDbFilepath();
|
|
||||||
|
|
||||||
//Download user left clicks a track and selects Download.
|
//Download user left clicks a track and selects Download.
|
||||||
if ("true" == $this->_getParam('download')) {
|
if ("true" == $this->_getParam('download')) {
|
||||||
|
|
Loading…
Reference in New Issue