mirror of
https://github.com/nextcloud/server.git
synced 2026-04-27 17:18:48 -04:00
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:
commit
f7a7ae46ab
2 changed files with 1 additions and 6 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue