Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
This commit is contained in:
commit
f8b8a6bada
5 changed files with 36 additions and 16 deletions
|
@ -133,6 +133,10 @@ class LibraryController extends Zend_Controller_Action
|
|||
$this->view->message = "file doesn't exist";
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
$data = array("filepath"=>$file->getFilePath());
|
||||
RabbitMq::SendMessageToMediaMonitor("file_delete", $data);
|
||||
|
||||
$res = $file->delete();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue