CC-3634: Media Folder: if file was deleted from file system, and the file
was scheduled in the future, it wasn't getting deleted from Airtime - fixed a bug
This commit is contained in:
parent
f522c7a7af
commit
c6ad9462af
|
@ -321,9 +321,6 @@ class Application_Model_StoredFile {
|
|||
// set file_exists falg to false
|
||||
$this->_file->setDbFileExists(false);
|
||||
$this->_file->save();
|
||||
|
||||
// delete entries in cc_schedule which has file_id as this file
|
||||
Application_Model_Schedule::deleteWithFileId(self::getId());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue