From cea3fc5302ccb9972559d13b07a7934f767a64c9 Mon Sep 17 00:00:00 2001 From: Albert Santoni Date: Thu, 20 Nov 2014 13:59:59 -0500 Subject: [PATCH] Temporarily fix live stream auth (show source) --- airtime_mvc/application/controllers/ApiController.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/airtime_mvc/application/controllers/ApiController.php b/airtime_mvc/application/controllers/ApiController.php index dde86e8be..a369dfb32 100644 --- a/airtime_mvc/application/controllers/ApiController.php +++ b/airtime_mvc/application/controllers/ApiController.php @@ -1225,6 +1225,8 @@ class ApiController extends Zend_Controller_Action } elseif ($djtype == "dj") { //check against show dj auth $showInfo = Application_Model_Show::getCurrentShow(); + $showInfo = $showInfo[0]; //When did this change??? - Albert + // there is current playing show if (isset($showInfo['id'])) { $current_show_id = $showInfo['id'];