fix camelCase of function

This commit is contained in:
Martin Konecny 2012-09-07 14:34:58 -04:00
parent 989f040603
commit 089e896552
4 changed files with 4 additions and 4 deletions

View file

@ -5,7 +5,7 @@ class RabbitMqPlugin extends Zend_Controller_Plugin_Abstract
public function dispatchLoopShutdown()
{
if (Application_Model_RabbitMq::$doPush) {
$md = array('schedule' => Application_Model_Schedule::GetScheduledPlaylists());
$md = array('schedule' => Application_Model_Schedule::getScheduledPlaylists());
Application_Model_RabbitMq::SendMessageToPypo("update_schedule", $md);
if (!isset($_SERVER['AIRTIME_SRV'])) {
Application_Model_RabbitMq::SendMessageToShowRecorder("update_recorder_schedule");