Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorAnna Larch <anna@nextcloud.com>2021-11-03 18:46:11 +0300
committerAnna Larch <anna@nextcloud.com>2021-11-04 14:52:55 +0300
commitbc68108f2a2d2686323d2431ad908e602bc9f090 (patch)
tree147d26b14f4a65d5bd4180b31984d499c8e53426 /build
parentc6429e6cd19c57582364338362e543580821cf99 (diff)
Fix missing calendar path for public write on Calendars
Signed-off-by: Anna Larch <anna@nextcloud.com>
Diffstat (limited to 'build')
-rw-r--r--build/psalm-baseline.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml
index bdcdeb5796a..001e352eadc 100644
--- a/build/psalm-baseline.xml
+++ b/build/psalm-baseline.xml
@@ -232,6 +232,11 @@
<code>calendarSearch</code>
</UndefinedInterfaceMethod>
</file>
+ <file src="apps/dav/lib/CalDAV/CalendarImpl.php">
+ <UndefinedFunction occurrences="1">
+ <code>uriSplit($this-&gt;calendar-&gt;getPrincipalURI())</code>
+ </UndefinedFunction>
+ </file>
<file src="apps/dav/lib/CalDAV/CalendarRoot.php">
<ParamNameMismatch occurrences="1">
<code>$principal</code>