Merge branch 'cc-4585' of https://github.com/rgrinberg/Airtime into devel
This commit is contained in:
commit
d467abe509
20 changed files with 215 additions and 110 deletions
|
@ -323,7 +323,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