Changing imported path for ftp script

This commit is contained in:
drigato 2014-04-16 11:54:20 -04:00
parent a4b1db91b1
commit 368be9002e
1 changed files with 2 additions and 1 deletions

View File

@ -356,7 +356,8 @@ Logging::info("POST --- file saved");
//TODO: Remove uploadFileAction from ApiController.php **IMPORTANT** - It's used by the recorder daemon...
$storDir = Application_Model_MusicDir::getStorDir();
$importedStorageDirectory = $storDir->getDirectory() . "/imported/" . $ownerId;
//$importedStorageDirectory = $storDir->getDirectory() . "/imported/" . $ownerId;
$importedStorageDirectory = $storDir->getDirectory() . "/imported";
try {
//Copy the temporary file over to the "organize" folder so that it's off our webserver