changed deletion by the user to be setting the file to be hidden instead
This commit is contained in:
parent
9c4f2e3298
commit
7e03333496
2 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue