Merge branch 'cc-5709-airtime-analyzer' into cc-5709-airtime-analyzer-saas

This commit is contained in:
drigato 2014-04-29 11:09:55 -04:00
commit 88b6b28c62
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);
}