Skip to content

Commit

Permalink
fix: remove getowner override issue #26668
Browse files Browse the repository at this point in the history
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
  • Loading branch information
SebastianKrupinski authored and kesselb committed May 13, 2024
1 parent e3f341f commit 08257b3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions apps/dav/lib/CalDAV/Calendar.php
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,6 @@ public function getChildACL() {
}

public function getOwner(): ?string {
if (isset($this->calendarInfo['{http://owncloud.org/ns}owner-principal'])) {
return $this->calendarInfo['{http://owncloud.org/ns}owner-principal'];
}
return parent::getOwner();
}

Expand Down

0 comments on commit 08257b3

Please sign in to comment.