fix camelCase of function
This commit is contained in:
parent
989f040603
commit
089e896552
4 changed files with 4 additions and 4 deletions
|
@ -99,7 +99,7 @@ while ($showTime < $endDate) {
|
|||
}
|
||||
|
||||
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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue