diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2022-04-04 22:15:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-04 22:15:01 +0200 |
commit | 47cc5a940514ebf58860ec4a3fa73fe4c5a6d3d7 (patch) | |
tree | 752209c2b88e9bd415333946bd675cb45c7e03e4 /lib | |
parent | 51405868b2c46818879ba63fc5cdbd86dc02ae81 (diff) | |
parent | ff666e648a67721f22d2cb957acdd2c47e5ae25d (diff) | |
download | nextcloud-server-47cc5a940514ebf58860ec4a3fa73fe4c5a6d3d7.tar.gz nextcloud-server-47cc5a940514ebf58860ec4a3fa73fe4c5a6d3d7.zip |
Merge pull request #29510 from nextcloud/backport/27378/master
Diffstat (limited to 'lib')
-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); |