mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
* Adressbook/Calendar/REST: fix not parsed custom fields
This commit is contained in:
parent
f8f4a39648
commit
543fb4d342
@ -196,7 +196,7 @@ class JsBase
|
||||
protected static function parseCustomfields(array $cfs)
|
||||
{
|
||||
$contact = [];
|
||||
$definitions = Api\Storage\Customfields::get(self::APP);
|
||||
$definitions = Api\Storage\Customfields::get(static::APP);
|
||||
|
||||
foreach($definitions as $name => $definition)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user