Merge pull request #54464 from nextcloud/jtr-fix-dav-direct-server-propfind-typo

chore(dav): Fix typo in property name
This commit is contained in:
Daniel 2025-08-19 09:33:05 +02:00 committed by GitHub
commit f7a7ae46ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 6 deletions

View file

@ -12,6 +12,6 @@ class Server extends \Sabre\DAV\Server {
public function __construct($treeOrNode = null) {
parent::__construct($treeOrNode);
self::$exposeVersion = false;
$this->enablePropfindDepthInfinityf = false;
$this->enablePropfindDepthInfinity = false;
}
}

View file

@ -828,11 +828,6 @@
<code><![CDATA[null]]></code>
</NullableReturnStatement>
</file>
<file src="apps/dav/lib/Direct/Server.php">
<UndefinedThisPropertyAssignment>
<code><![CDATA[$this->enablePropfindDepthInfinityf]]></code>
</UndefinedThisPropertyAssignment>
</file>
<file src="apps/dav/lib/Files/FileSearchBackend.php">
<InvalidReturnStatement>
<code><![CDATA[$value]]></code>