fix camelCase of function
This commit is contained in:
parent
989f040603
commit
089e896552
4 changed files with 4 additions and 4 deletions
|
@ -336,7 +336,7 @@ class ApiController extends Zend_Controller_Action
|
|||
$this->view->layout()->disableLayout();
|
||||
$this->_helper->viewRenderer->setNoRender(true);
|
||||
|
||||
$data = Application_Model_Schedule::GetScheduledPlaylists();
|
||||
$data = Application_Model_Schedule::getScheduledPlaylists();
|
||||
echo json_encode($data, JSON_FORCE_OBJECT);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue