Updated occurrence of GetPlayOrderRange to use old version for backwards compatibility
This commit is contained in:
parent
d467714f84
commit
e6cf1c7cb9
|
@ -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. */
|
||||
|
|
Loading…
Reference in New Issue