CC-2089: create "cancel show" command for pypo

- done
This commit is contained in:
James 2011-08-29 11:54:44 -04:00
parent 59a3076e42
commit 83bba9532e
3 changed files with 25 additions and 8 deletions

View file

@ -695,6 +695,8 @@ class ScheduleController extends Zend_Controller_Action
$show = new ShowInstance($showInstanceId);
$show->clearShow();
$show->deleteShow();
// send 'cancel-current-show' command to pypo
RabbitMq::SendMessageToPypo("cancel_current_show", array());
}
}