From e6cf1c7cb9a1f5987ac6df215bc812f16dda1b25 Mon Sep 17 00:00:00 2001 From: Duncan Sommerville Date: Mon, 27 Oct 2014 15:52:14 -0400 Subject: [PATCH] Updated occurrence of GetPlayOrderRange to use old version for backwards compatibility --- airtime_mvc/application/controllers/ScheduleController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airtime_mvc/application/controllers/ScheduleController.php b/airtime_mvc/application/controllers/ScheduleController.php index a430e15e5..99a17f19a 100644 --- a/airtime_mvc/application/controllers/ScheduleController.php +++ b/airtime_mvc/application/controllers/ScheduleController.php @@ -261,7 +261,7 @@ class ScheduleController extends Zend_Controller_Action public function getCurrentPlaylistAction() { - $range = Application_Model_Schedule::GetPlayOrderRange(); + $range = Application_Model_Schedule::GetPlayOrderRangeOld(); $show = Application_Model_Show::getCurrentShow(); /* Convert all UTC times to localtime before sending back to user. */