Disable layout in recalculate-schedule API - XXXX-260
This commit is contained in:
parent
4a86544738
commit
713a158bb3
1 changed files with 3 additions and 0 deletions
|
@ -1523,6 +1523,9 @@ class ApiController extends Zend_Controller_Action
|
|||
echo $m3uFile;
|
||||
public function recalculateScheduleAction()
|
||||
{
|
||||
$this->view->layout()->disableLayout();
|
||||
$this->_helper->viewRenderer->setNoRender(true);
|
||||
|
||||
$scheduler = new Application_Model_Scheduler();
|
||||
$now = new DateTime("now", new DateTimeZone("UTC"));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue