mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 17:04:14 +01:00
fix syntax error
This commit is contained in:
parent
fa1e4017d7
commit
764b7e7e07
@ -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…
Reference in New Issue
Block a user