Updated occurrence of GetPlayOrderRange to use old version for backwards compatibility

This commit is contained in:
Duncan Sommerville 2014-10-27 15:52:14 -04:00
parent d467714f84
commit e6cf1c7cb9
1 changed files with 1 additions and 1 deletions

View File

@ -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. */