]> source.dussan.org Git - nextcloud-server.git/commit
fix(files): Ensure that the hash method does not return null
authorLouis Chemineau <louis@chmn.me>
Mon, 1 Jul 2024 14:52:23 +0000 (16:52 +0200)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Mon, 16 Sep 2024 15:16:56 +0000 (15:16 +0000)
commit3dc095255189b981487a0f416104838543b7f947
tree269572f2258f02c72ed9ae3abe2550953e16ec18
parentb96802956ff27ed7df5db3a3231b8069b9cdd034
fix(files): Ensure that the hash method does not return null

To match https://github.com/nextcloud/server/blob/beececf66068f57c416225efcde9b44ce5c2e835/lib/private/Files/View.php#L1050

- Fix https://github.com/nextcloud/server/issues/44110

Signed-off-by: Louis Chemineau <louis@chmn.me>
lib/private/Files/Storage/Local.php
lib/private/Files/Storage/Wrapper/Availability.php