mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-08 06:45:10 +02:00
fix syntax error
This commit is contained in:
@ -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();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user