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

This commit is contained in:
drigato 2014-04-17 16:09:03 -04:00
commit 8979e4e5a9
1 changed files with 1 additions and 2 deletions

View File

@ -393,9 +393,8 @@ SQL;
if (file_exists($filepath) && $type == "stor") {
$data = array("filepath" => $filepath, "delete" => 1);
try {
Application_Model_RabbitMq::SendMessageToMediaMonitor("file_delete", $data);
unlink($filepath);
} catch (Exception $e) {
Logging::error($e->getMessage());
return;