CC-5821: Airtime Analyzer: Ftp-uploaded folder doesn't get removed from organize

Imported file path had album name twice - fixed
This commit is contained in:
drigato 2014-04-29 11:09:31 -04:00
parent 94375ee441
commit 04da9b3d61
1 changed files with 1 additions and 1 deletions

View File

@ -387,7 +387,7 @@ class Rest_MediaController extends Zend_Rest_Controller
//Dispatch a message to airtime_analyzer through RabbitMQ,
//notifying it that there's a new upload to process!
Application_Model_RabbitMq::SendMessageToAnalyzer($newTempFilePath,
$importedStorageDirectory, $originalFilename,
$importedStorageDirectory, basename($originalFilename),
$callbackUrl, $apiKey);
}