diff --git a/lib/private/Files/View.php b/lib/private/Files/View.php index 8a99bc609c..e9daa12347 100644 --- a/lib/private/Files/View.php +++ b/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; } /**