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 <[email protected]>
  • Loading branch information
SebastianKrupinski committed Apr 26, 2024
1 parent 9428286 commit 088f2e1
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 088f2e1

Please sign in to comment.