]> 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)
committerJohn Molakvoæ <skjnldsv@users.noreply.github.com>
Mon, 16 Sep 2024 13:07:21 +0000 (15:07 +0200)
commit6674f790a9eb81570b887719d1e29b2c1bcbe7a6
tree844c6b46adaf44846d02e77ee738f901825c4f6c
parentcfed24cb0254caf570b2a520979a83435a677cc8
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