mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-09 01:24:07 +01:00
fix /mail/ REST API call returned null instead of identity names
This commit is contained in:
parent
1b85a9dd5b
commit
82ae337940
@ -487,7 +487,7 @@ class ApiHandler extends Api\CalDAV\Handler
|
||||
{
|
||||
$files['files'][] = [
|
||||
'path' => $path.$ident_id,
|
||||
'props' => ['name' => ['val' => $identity]],
|
||||
'props' => ['data' => ['val' => $identity]],
|
||||
];
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user