Undo-ing imported filepath change

This commit is contained in:
drigato 2014-04-16 11:56:14 -04:00
parent 368be9002e
commit 51af3ba36e
1 changed files with 1 additions and 2 deletions

View File

@ -356,8 +356,7 @@ 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";
$importedStorageDirectory = $storDir->getDirectory() . "/imported/" . $ownerId;
try {
//Copy the temporary file over to the "organize" folder so that it's off our webserver