changed deletion by the user to be setting the file to be hidden instead

This commit is contained in:
Rudi Grinberg 2012-11-03 01:33:13 -04:00
parent 9c4f2e3298
commit 7e03333496
2 changed files with 2 additions and 2 deletions

View file

@ -363,7 +363,7 @@ SQL;
Application_Model_Playlist::DeleteFileFromAllPlaylists($this->getId());
}
// set file_exists falg to false
$this->_file->setDbFileExists(false);
$this->_file->setDbHidden(true);
$this->_file->save();
}