mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 16:33:17 +01:00
* Adressbook/Calendar/REST: fix not parsed custom fields
This commit is contained in:
parent
9bcf275a8e
commit
f23a0cccbf
@ -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