diff --git a/airtime_mvc/application/controllers/ApiController.php b/airtime_mvc/application/controllers/ApiController.php index c5f377512..7188e03ae 100644 --- a/airtime_mvc/application/controllers/ApiController.php +++ b/airtime_mvc/application/controllers/ApiController.php @@ -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.