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:
James 2012-04-12 17:18:45 -04:00
parent f522c7a7af
commit c6ad9462af
1 changed files with 0 additions and 3 deletions

View File

@ -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());
}
/**