CC-3777 : Decide on what should happen with canceling recorded show
This commit is contained in:
parent
6a2bab66fa
commit
07d029b8cc
3 changed files with 7 additions and 10 deletions
|
@ -651,15 +651,12 @@ class Application_Model_Scheduler {
|
|||
}
|
||||
|
||||
$this->removeItems($remove, false);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
$instance->setDbEnds($this->nowDT);
|
||||
$instance->save($this->con);
|
||||
}
|
||||
else {
|
||||
$instance->delete($this->con);
|
||||
}
|
||||
|
||||
$instance->setDbEnds($this->nowDT);
|
||||
$instance->save($this->con);
|
||||
|
||||
$this->con->commit();
|
||||
|
||||
if ($instance->getDbRecord()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue