CC-2882: Airtime cannot delete watched folder when is been renamed

- done
This commit is contained in:
James 2011-09-28 13:45:21 -04:00
parent b1fa8901ca
commit d1542b0d89
3 changed files with 25 additions and 33 deletions

View file

@ -542,6 +542,7 @@ class ApiController extends Zend_Controller_Action
foreach($files as $file){
$file->delete();
}
return;
}
$this->view->id = $file->getId();
}