diff options
author | Robin Appelman <robin@icewind.nl> | 2021-06-04 16:22:39 +0200 |
---|---|---|
committer | Vincent Petry (Rebase PR Action) <PVince81@users.noreply.github.com> | 2022-03-31 07:44:13 +0000 |
commit | ff666e648a67721f22d2cb957acdd2c47e5ae25d (patch) | |
tree | a3ad978dba7917de24e8128e6d8533f7c7f49be7 /lib/private/Files/View.php | |
parent | f5485489248d410859048b950ffb5824ae457552 (diff) | |
download | nextcloud-server-ff666e648a67721f22d2cb957acdd2c47e5ae25d.tar.gz nextcloud-server-ff666e648a67721f22d2cb957acdd2c47e5ae25d.zip |
Add dav plugin to trigger recalculating of checksums
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'lib/private/Files/View.php')
-rw-r--r-- | lib/private/Files/View.php | 1 |
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); |