mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 12:51:52 +02:00
fix syntax error
This commit is contained in:
parent
587004b173
commit
fb6274315c
@ -946,7 +946,7 @@ class infolog_groupdav extends Api\CalDAV\Handler
|
|||||||
*/
|
*/
|
||||||
protected function setLinkRelation(string $id, int $link_id, array $data)
|
protected function setLinkRelation(string $id, int $link_id, array $data)
|
||||||
{
|
{
|
||||||
if (!($info = $this->read($id)) ||)
|
if (!($info = $this->read($id)))
|
||||||
{
|
{
|
||||||
throw new Api\Exception\NotFound();
|
throw new Api\Exception\NotFound();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user