* Adressbook/Calendar/REST: fix not parsed custom fields

This commit is contained in:
ralf 2024-01-08 09:33:11 +02:00
parent 9bcf275a8e
commit f23a0cccbf

View File

@ -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)
{