CC-2882: Airtime cannot delete watched folder when is been renamed
- done
This commit is contained in:
parent
b1fa8901ca
commit
d1542b0d89
3 changed files with 25 additions and 33 deletions
|
@ -542,6 +542,7 @@ class ApiController extends Zend_Controller_Action
|
|||
foreach($files as $file){
|
||||
$file->delete();
|
||||
}
|
||||
return;
|
||||
}
|
||||
$this->view->id = $file->getId();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue