CC-3610 : Now Playing ->songs in the Now Playing do not reflect the changes affected changed END_OF_SHOW
This commit is contained in:
parent
b5f48c7732
commit
7e3112e3d7
|
@ -1133,7 +1133,7 @@ class Application_Model_Show {
|
|||
try {
|
||||
//update the status flag in cc_schedule.
|
||||
$instances = CcShowInstancesQuery::create()
|
||||
->filterByDbStarts($current_timestamp, Criteria::GREATER_EQUAL)
|
||||
->filterByDbEnds($current_timestamp, Criteria::GREATER_THAN)
|
||||
->filterByDbShowId($data['add_show_id'])
|
||||
->find($con);
|
||||
|
||||
|
|
Loading…
Reference in New Issue