return success when deleting ghost files
This commit is contained in:
parent
67c2c85b05
commit
f4831f4074
|
@ -691,9 +691,11 @@ class View {
|
|||
$storage = $mount->getStorage();
|
||||
$internalPath = $mount->getInternalPath($absolutePath);
|
||||
$storage->getUpdater()->remove($internalPath);
|
||||
}
|
||||
return true;
|
||||
} else {
|
||||
return $result;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @param string $directory
|
||||
|
|
Loading…
Reference in New Issue