Browse Source
return success when deleting ghost files
pull/25/head
Robin Appelman
10 years ago
committed by
Arthur Schiwon
No known key found for this signature in database
GPG Key ID: 7424F1874854DF23
1 changed files with
3 additions and
1 deletions
-
lib/private/Files/View.php
|
|
|
@ -691,8 +691,10 @@ class View { |
|
|
|
$storage = $mount->getStorage(); |
|
|
|
$internalPath = $mount->getInternalPath($absolutePath); |
|
|
|
$storage->getUpdater()->remove($internalPath); |
|
|
|
return true; |
|
|
|
} else { |
|
|
|
return $result; |
|
|
|
} |
|
|
|
return $result; |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
|