fix syntax error

This commit is contained in:
ralf 2024-02-06 11:08:44 +02:00
parent fa1e4017d7
commit 764b7e7e07

View File

@ -946,7 +946,7 @@ class infolog_groupdav extends Api\CalDAV\Handler
*/
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();
}