Undo-ing imported filepath change
This commit is contained in:
parent
368be9002e
commit
51af3ba36e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue