mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
* CardDAV/Addressbook: fix GET request regression after REST API introduction
This commit is contained in:
parent
9ab621e054
commit
676fe9b36f
@ -1118,7 +1118,7 @@ class addressbook_groupdav extends Api\CalDAV\Handler
|
||||
}
|
||||
}
|
||||
// json with uid
|
||||
elseif (empty(self::$path_extension) && (string)$id !== (string)(int)$id)
|
||||
elseif (empty(self::$path_extension) && self::$path_attr === 'id' && (string)$id !== (string)(int)$id)
|
||||
{
|
||||
$keys['uid'] = $id;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user