mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 04:11:49 +02:00
fix /mail/ REST API call returned null instead of identity names
This commit is contained in:
parent
5cf18de2c5
commit
dfc8b95cff
@ -487,7 +487,7 @@ class ApiHandler extends Api\CalDAV\Handler
|
|||||||
{
|
{
|
||||||
$files['files'][] = [
|
$files['files'][] = [
|
||||||
'path' => $path.$ident_id,
|
'path' => $path.$ident_id,
|
||||||
'props' => ['name' => ['val' => $identity]],
|
'props' => ['data' => ['val' => $identity]],
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user