mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-22 17:16:06 +00:00
Code formatting.
This commit is contained in:
parent
185aeb06bb
commit
ea151a6474
@ -214,7 +214,8 @@ class CalDAVPrincipal
|
||||
if ($relationship->from_user_no == $this->user_no) {
|
||||
$this->group_membership[] = ConstructURL( '/'. $relationship->to_username . '/calendar-proxy-write/', true);
|
||||
$this->write_proxy_for[] = ConstructURL( '/'. $relationship->to_username . '/', true);
|
||||
} else /* ($relationship->to_user_no == $this->user_no) */ {
|
||||
}
|
||||
else /* ($relationship->to_user_no == $this->user_no) */ {
|
||||
$this->write_proxy_group[] = ConstructURL( '/'. $relationship->from_username . '/', true);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user