CC-2833: Use ClassLoaders for PHP Files
-autoload RabbitMq class
This commit is contained in:
parent
2c0b0a2eff
commit
dfe43c98bb
12 changed files with 35 additions and 35 deletions
|
@ -700,7 +700,7 @@ class ScheduleController extends Zend_Controller_Action
|
|||
$show->clearShow();
|
||||
$show->deleteShow();
|
||||
// send 'cancel-current-show' command to pypo
|
||||
RabbitMq::SendMessageToPypo("cancel_current_show", array());
|
||||
Application_Model_RabbitMq::SendMessageToPypo("cancel_current_show", array());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue