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