return success when deleting ghost files
This commit is contained in:
parent
63408fa6ef
commit
14f96f86e7
|
@ -691,8 +691,10 @@ class View {
|
|||
$storage = $mount->getStorage();
|
||||
$internalPath = $mount->getInternalPath($absolutePath);
|
||||
$storage->getUpdater()->remove($internalPath);
|
||||
return true;
|
||||
} else {
|
||||
return $result;
|
||||
}
|
||||
return $result;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue