Skip to content

Conversation

@backportbot
Copy link

@backportbot backportbot bot commented Dec 10, 2025

Backport of #56925

Warning, This backport's changes differ from the original and might be incomplete ⚠️

Todo

  • Review and resolve any conflicts
  • Amend HEAD commit to remove the line stating to skip CI

Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

@ChristophWurst ChristophWurst marked this pull request as ready for review December 10, 2025 15:27
if(isset($oldVEvent->$property) && $oldVEvent->$property->getValue() !== $newstring) {
$oldstring = $oldVEvent->$property->getValue();
return sprintf($strikethrough, $oldstring, $newstring);
return sprintf($strikethrough, htmlspecialchars($oldstring), $newstring);

Check notice

Code scanning / Psalm

PossiblyNullArgument Note

Argument 3 of sprintf cannot be null, possibly null value provided
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
@ChristophWurst ChristophWurst force-pushed the backport/56925/stable28 branch from 3cbd4b0 to a67fb3e Compare December 10, 2025 15:49
@nickvergessen nickvergessen merged commit 58368f9 into stable28 Dec 11, 2025
47 of 52 checks passed
@nickvergessen nickvergessen deleted the backport/56925/stable28 branch December 11, 2025 08:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Waiting for reviews bug feature: caldav Related to CalDAV internals feature: dav

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants