modified: airtime_mvc/application/controllers/ApiController.php

This commit is contained in:
comiconomenclaturist 2017-03-27 12:19:02 +01:00 committed by Lucas Bickel
parent e73a2941fd
commit f42401a6ad
1 changed files with 1 additions and 0 deletions

View File

@ -425,6 +425,7 @@ class ApiController extends Zend_Controller_Action
$this->view->layout()->disableLayout();
$this->_helper->viewRenderer->setNoRender(true);
$request = $this->getRequest();
$result = WidgetHelper::getWeekInfo($this->getRequest()->getParam("timezone"));
//used by caller to determine if the airtime they are running or widgets in use is out of date.