CC-3589 : Send cancel recording message to pypo

This commit is contained in:
Naomi Aro 2012-04-03 18:43:13 +02:00
parent 1da134f967
commit 057ca55074
1 changed files with 4 additions and 0 deletions

View File

@ -581,6 +581,10 @@ class Application_Model_Scheduler {
}
$this->con->commit();
if ($instance->getDbRecord()) {
Application_Model_RabbitMq::SendMessageToShowRecorder("cancel_recording");
}
}
catch (Exception $e) {
$this->con->rollback();