CC-4637: Media Library: Item will be removed from Playlist if it's removed from Library
-fixed
This commit is contained in:
parent
2854dd40e0
commit
106b18bf30
2 changed files with 2 additions and 5 deletions
|
@ -321,7 +321,7 @@ class LibraryController extends Zend_Controller_Action
|
|||
|
||||
if (isset($file)) {
|
||||
try {
|
||||
$res = $file->delete(true);
|
||||
$res = $file->delete();
|
||||
} catch (FileNoPermissionException $e) {
|
||||
$message = $noPermissionMsg;
|
||||
} catch (Exception $e) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue