Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2021-06-04 17:22:39 +0300
committerVincent Petry (Rebase PR Action) <PVince81@users.noreply.github.com>2022-03-31 10:44:13 +0300
commitff666e648a67721f22d2cb957acdd2c47e5ae25d (patch)
treea3ad978dba7917de24e8128e6d8533f7c7f49be7 /lib
parentf5485489248d410859048b950ffb5824ae457552 (diff)
Add dav plugin to trigger recalculating of checksumsbackport/27378/master
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'lib')
-rw-r--r--lib/private/Files/View.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/Files/View.php b/lib/private/Files/View.php
index 779e0611591..d80ae041d57 100644
--- a/lib/private/Files/View.php
+++ b/lib/private/Files/View.php
@@ -1099,6 +1099,7 @@ class View {
[Filesystem::signal_param_path => $this->getHookPath($path)]
);
}
+ /** @var Storage|null $storage */
[$storage, $internalPath] = Filesystem::resolvePath($absolutePath . $postFix);
if ($storage) {
return $storage->hash($type, $internalPath, $raw);