More logging
This commit is contained in:
parent
44b82fdd8a
commit
8f0f69abd9
2 changed files with 2 additions and 0 deletions
|
@ -376,6 +376,7 @@ SQL;
|
|||
*/
|
||||
public function delete()
|
||||
{
|
||||
Logging::info("111aaa");
|
||||
// Check if the file is scheduled to be played in the future
|
||||
if (Application_Model_Schedule::IsFileScheduledInTheFuture($this->getId())) {
|
||||
throw new DeleteScheduledFileException();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue