From b8046e2ba4f8d80cd8fda4dd078348d5bcf46bbc Mon Sep 17 00:00:00 2001 From: Julius Härtl Date: Thu, 22 Jul 2021 15:13:56 +0200 Subject: Align checksum dav property with desktop client parsing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- apps/dav/lib/Connector/Sabre/ChecksumList.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/dav/lib/Connector/Sabre/ChecksumList.php b/apps/dav/lib/Connector/Sabre/ChecksumList.php index 44573de03c8..8e01dcc0f4b 100644 --- a/apps/dav/lib/Connector/Sabre/ChecksumList.php +++ b/apps/dav/lib/Connector/Sabre/ChecksumList.php @@ -38,7 +38,7 @@ class ChecksumList implements XmlSerializable { private array $checksums; public function __construct(string $checksum) { - $this->checksums = explode(',', $checksum); + $this->checksums = explode(' ', $checksum); } /** -- cgit v1.2.3