Removed setting the directory for cloud files

This commit is contained in:
drigato 2014-11-18 10:57:21 -05:00
parent 501b22c48d
commit 34453b5548
1 changed files with 0 additions and 2 deletions

View File

@ -220,8 +220,6 @@ class Rest_MediaController extends Zend_Rest_Controller
}
$file = CcFilesQuery::create()->findPk($id);
// Since we check for this value when deleting files, set it first
$file->setDbDirectory(self::MUSIC_DIRS_STOR_PK);
$requestData = json_decode($this->getRequest()->getRawBody(), true);
$whiteList = $this->removeBlacklistedFieldsFromRequestData($requestData);